class Pmanager::CLI

CLI class

Public Instance Methods

hello() click to toggle source
# File lib/pmanager/cli.rb, line 6
def hello
  puts "I'm developing it! Please check https://github.com/Angelmmiguel/pm/tree/ruby"
end