Class: Hello
- Inherits:
-
Object
- Object
- Hello
- Defined in:
- lib/hello.rb
Class Method Summary collapse
Class Method Details
.hi(arg) ⇒ Object
3 4 5 6 |
# File 'lib/hello.rb', line 3 def self.hi(arg) puts arg return arg end |