class Telepath::CommandLine::Last

Public Instance Methods

execute() click to toggle source
# File lib/telepath/command.rb, line 101
def execute
  data_out handler.last(count),
    "Telepath is empty, is your storage location configured properly?"
end