Module: Cu39HelloWorldGem
- Defined in:
- lib/cu39_hello_world_gem.rb,
lib/cu39_hello_world_gem/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.hello ⇒ Object
8 9 10 |
# File 'lib/cu39_hello_world_gem.rb', line 8 def self.hello "Hello World!" end |