Skip to content

Instantly share code, notes, and snippets.

@dmichael
Created June 10, 2009 03:54
Show Gist options
  • Select an option

  • Save dmichael/127009 to your computer and use it in GitHub Desktop.

Select an option

Save dmichael/127009 to your computer and use it in GitHub Desktop.
module DickCheney
def self.speak
puts "meeeh..."
end
end
DickCheney.speak
# => meeeh...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment