Skip to content

Instantly share code, notes, and snippets.

@mozamimy
Last active August 29, 2015 14:14
Show Gist options
  • Save mozamimy/213841e6d3ca074c3e28 to your computer and use it in GitHub Desktop.
Save mozamimy/213841e6d3ca074c3e28 to your computer and use it in GitHub Desktop.
2014-11-17_01.rb
class Klass
class << self
def output_out
puts "Ariete is a kind of rabbit."
end
def output_err
warn "Ariete means 'Lop' in Italian."
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment