/test/load.rb
http://github.com/feyeleanor/RubyGoLightly · Ruby · 4 lines · 2 code · 1 blank · 1 comment · 0 complexity · 1460c18d43ef4ed52de1710419f304a7 MD5 · raw file
- load "test/fixtures/pony.rb"
- puts Pony.new.eat!
- # => nom nom
http://github.com/feyeleanor/RubyGoLightly · Ruby · 4 lines · 2 code · 1 blank · 1 comment · 0 complexity · 1460c18d43ef4ed52de1710419f304a7 MD5 · raw file
- load "test/fixtures/pony.rb"
- puts Pony.new.eat!
- # => nom nom