Class: Break::WhereCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/break/commands/where_command.rb

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from Break::Command

Instance Method Details

#executeObject



5
6
7
# File 'lib/break/commands/where_command.rb', line 5

def execute(*)
  frontend.where
end