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
-
.hello ⇒ Object
Your code goes here...
- .hello_from_command_line ⇒ Object
Class Method Details
.hello ⇒ Object
Your code goes here...
8 9 10 |
# File 'lib/d0ne1s_hello_world.rb', line 8 def self.hello "Hello World" end |
.hello_from_command_line ⇒ Object
12 13 14 |
# File 'lib/d0ne1s_hello_world.rb', line 12 def self.hello_from_command_line puts "Hello from command line!" end |