class Telepath::CommandLine::Index

Public Instance Methods

execute() click to toggle source
# File lib/telepath/command.rb, line 113
def execute
  data_out handler.index(*indicies),
    "Hmm, couldn't find anything at that index."
end