Class: ExampleGem::Hello
- Inherits:
-
Object
- Object
- ExampleGem::Hello
- Defined in:
- lib/example_gem/hello.rb
Class Method Summary collapse
Class Method Details
.say_hi(name = "world") ⇒ Object
4 5 6 |
# File 'lib/example_gem/hello.rb', line 4 def self.say_hi(name = "world") p "Hello, #{name}!" end |