Class: HolaRuby
- Inherits:
-
Object
- Object
- HolaRuby
- Defined in:
- lib/hola_ruby.rb
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
2 3 4 |
# File 'lib/hola_ruby.rb', line 2 def self.hi return "Hello world! Ruby people!!" end |