Method: Cucumber::Formatter::Json::Builder#background?

Defined in:
lib/cucumber/formatter/json.rb

#background?Boolean

Returns:

  • (Boolean)

245
246
247
# File 'lib/cucumber/formatter/json.rb', line 245

def background?
  @background_hash != nil
end