Module: NewRelic::Rake

Defined in:
lib/newrelic-rake.rb

Class Method Summary collapse

Class Method Details

.started=(started) ⇒ Object



7
8
9
# File 'lib/newrelic-rake.rb', line 7

def started=(started)
  @started = started
end

.started?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/newrelic-rake.rb', line 11

def started?
  !!@started
end