Method: Ruber::Application#running?

Defined in:
lib/ruber/application/application.rb

#running?Boolean

Whether the application is running or not

otherwise

Returns:

  • (Boolean)

    true if the application status is @running@ and false

See Also:



198
199
200
# File 'lib/ruber/application/application.rb', line 198

def running?
  @status == :running
end