lib/pangea.rb



###############################################################################
# non-cli top level commands
###############################################################################

module Pangea
  class << self
    def ping
      %(pong)
    end
  end
end