Module: FlightControl::Console::Context

Defined in:
lib/flight_control/console/context.rb

Instance Method Summary collapse

Instance Method Details

#evaluateObject



4
5
6
7
8
9
10
# File 'lib/flight_control/console/context.rb', line 4

def evaluate(*)
  if FlightControl::Current.server
    FlightControl::Current.server.activating { super }
  else
    super
  end
end