Last active
August 29, 2015 14:14
-
-
Save mozamimy/9f3e7485d1b62b5f4972 to your computer and use it in GitHub Desktop.
2014-11-24_01.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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