Skip to content

Instantly share code, notes, and snippets.

@jballanc
Created August 1, 2009 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jballanc/159814 to your computer and use it in GitHub Desktop.
Save jballanc/159814 to your computer and use it in GitHub Desktop.
class Test
def say
puts "hello, world"
end
end
require 'testclass'
a = Test.new
a.say
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment