Class: HelloCruel
- Inherits:
-
Object
- Object
- HelloCruel
- Defined in:
- lib/hello_cruel.rb
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
2 3 4 |
# File 'lib/hello_cruel.rb', line 2 def self.hi puts "Hello Cruel!" end |