Skip to content

Instantly share code, notes, and snippets.

@mozamimy
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save mozamimy/9f3e7485d1b62b5f4972 to your computer and use it in GitHub Desktop.

Select an option

Save mozamimy/9f3e7485d1b62b5f4972 to your computer and use it in GitHub Desktop.
2014-11-24_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