Class: HelloBoulderRb
- Inherits:
-
Object
- Object
- HelloBoulderRb
- Defined in:
- lib/hello_boulder_rb.rb
Class Method Summary collapse
Class Method Details
.say_hi ⇒ Object
2 3 4 |
# File 'lib/hello_boulder_rb.rb', line 2 def self.say_hi puts "Hello Boulder RB!" end |