Class: Another
- Inherits:
-
Object
- Object
- Another
- Defined in:
- lib/tesuto/another.rb
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
2 3 4 |
# File 'lib/tesuto/another.rb', line 2 def self.hi puts 'just another' end |