Class: Help

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

Class Method Summary collapse

Class Method Details

.aboutObject



5
6
7
# File 'lib/help.rb', line 5

def self.about
    puts "Started to ease your work"
end

.helpObject



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

def self.help
    puts "Nothing to worry, we're here.! Stay back..!"
end