Skip to content

Instantly share code, notes, and snippets.

@h14i
Created April 16, 2013 11:41
Show Gist options
  • Save h14i/5395293 to your computer and use it in GitHub Desktop.
Save h14i/5395293 to your computer and use it in GitHub Desktop.
test
class C
def hello
puts 'Hello!'
end
end
C.new.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment