Skip to content

Instantly share code, notes, and snippets.

@jwdunne
Last active August 29, 2015 14:10
Show Gist options
  • Save jwdunne/2983cbc79f5266806990 to your computer and use it in GitHub Desktop.
Save jwdunne/2983cbc79f5266806990 to your computer and use it in GitHub Desktop.
class Class
def my_method
puts "Hehe, my name is #{name}"
end
end
class Test
end
Test.my_method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment