class Telepath::CommandLine::Lookup

Public Instance Methods

execute() click to toggle source
# File lib/telepath/command.rb, line 89
def execute
  data_out handler.lookup(pattern),
    "Pattern `#{pattern}' not matched."
end