cat-town
Dan Buch 16 years ago
parent e7ee8ecc78
commit 948c6ee000

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

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