Skip to content

Instantly share code, notes, and snippets.

@NilsHaldenwang
Created April 9, 2011 11:27
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 NilsHaldenwang/911326 to your computer and use it in GitHub Desktop.
Save NilsHaldenwang/911326 to your computer and use it in GitHub Desktop.
class Test
def some_method
puts "hello world"
end
def some_other_method
puts "something else"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment