Class: HelloWorldRawCode

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

Class Method Summary collapse

Class Method Details

.greetingObject



2
3
4
# File 'lib/hello_world_raw_code.rb', line 2

def self.greeting
  puts 'Hello World!'
end