Method: Roby::Application#running?

Defined in:
lib/roby/app.rb

#running?Boolean

Whether we’re inside #run

Returns:

  • (Boolean)


2356
2357
2358
# File 'lib/roby/app.rb', line 2356

def running?
    @running
end