Skip to content

Instantly share code, notes, and snippets.

@hosiawak
Created June 2, 2011 15:34
Show Gist options
  • Save hosiawak/1004650 to your computer and use it in GitHub Desktop.
Save hosiawak/1004650 to your computer and use it in GitHub Desktop.
class Blah
def blah
puts "blah!"
end
end
Blah.new.blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment