Method: Codeguard.help

Defined in:
lib/codeguard.rb

.helpObject



52
53
54
# File 'lib/codeguard.rb', line 52

def help
  puts IO.read(gem_root.join('HELP.md'))
end