Class: SampleHelloWorld::Demo

Inherits:
Object
  • Object
show all
Defined in:
lib/sample_hello_world.rb

Class Method Summary collapse

Class Method Details

.textObject



8
9
10
11
# File 'lib/sample_hello_world.rb', line 8

def self.text
  puts ".......hello"
  "hello world"
end