From fceb143a13e751246394bd4d17f8d908ea1bcca1 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 24 Jul 2011 19:54:37 -0400 Subject: [PATCH] starting to work through the oreilly cookbook --- cookbook/sample_ruby_file.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cookbook/sample_ruby_file.rb diff --git a/cookbook/sample_ruby_file.rb b/cookbook/sample_ruby_file.rb new file mode 100644 index 0000000..8d7e1d7 --- /dev/null +++ b/cookbook/sample_ruby_file.rb @@ -0,0 +1,3 @@ +1 + 2 +Math.sqrt(1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10) +puts "This string is self-referential."