class Command

Public Instance Methods

execute() click to toggle source
# File lib/tagfinder/commands/command.rb, line 2
def execute
  raise NotImplementedError
end
unexecute() click to toggle source
# File lib/tagfinder/commands/command.rb, line 6
def unexecute
  raise NotImplementedError
end