summaryrefslogtreecommitdiff
path: root/sample/mrshtest.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-19 07:54:28 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-19 07:54:28 +0000
commitf1bb1f584899eeec1227a6d7fcf4b7730a485821 (patch)
tree0e2fa33a858e6237dd6e9b81d83c8a9b2b9c632a /sample/mrshtest.rb
parent053140491c5594ee81064ef3dc19d32b3e907794 (diff)
000919
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/mrshtest.rb')
-rw-r--r--sample/mrshtest.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/mrshtest.rb b/sample/mrshtest.rb
index 402b35ad55..8d2dc9936b 100644
--- a/sample/mrshtest.rb
+++ b/sample/mrshtest.rb
@@ -1,4 +1,3 @@
-require "marshal"
include Marshal
a = 25.6;
pt = Struct.new('Point', :x,:y);