more crap

This commit is contained in:
Dan Buch 2009-06-11 21:37:54 -04:00
parent e7ee8ecc78
commit 948c6ee000
2 changed files with 12 additions and 0 deletions

1
search_path.rb Normal file
View File

@ -0,0 +1 @@
puts $:

11
strang.rb Normal file
View File

@ -0,0 +1,11 @@
foo = <<EOS
this be my crazy
big
multiline
string
EOS
puts foo
nums = "20000.0030300"
puts nums.to_f