Class: Help
- Inherits:
-
Object
- Object
- Help
- Defined in:
- lib/help.rb
Class Method Summary collapse
Class Method Details
.about ⇒ Object
5 6 7 |
# File 'lib/help.rb', line 5 def self.about puts "Started to ease your work" end |
.help ⇒ Object
2 3 4 |
# File 'lib/help.rb', line 2 def self.help puts "Nothing to worry, we're here.! Stay back..!" end |