Class: SampleHelloWorld::Demo
- Inherits:
-
Object
- Object
- SampleHelloWorld::Demo
- Defined in:
- lib/sample_hello_world.rb
Class Method Summary collapse
Class Method Details
.text ⇒ Object
8 9 10 11 |
# File 'lib/sample_hello_world.rb', line 8 def self.text puts ".......hello" "hello world" end |