Module: D0ne1sHelloWorld

Defined in:
lib/d0ne1s_hello_world.rb,
lib/d0ne1s_hello_world/version.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.2.1"

Class Method Summary collapse

Class Method Details

.helloObject

Your code goes here...



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

def self.hello
  "Hello World"
end

.hello_from_command_lineObject



12
13
14
# File 'lib/d0ne1s_hello_world.rb', line 12

def self.hello_from_command_line
  puts "Hello from command line!"
end