class Cucumber::Core::Ast::EmptyBackground

Public Instance Methods

describe_to(*) click to toggle source
# File lib/cucumber/core/ast/empty_background.rb, line 5
def describe_to(*)
  self
end
inspect() click to toggle source
# File lib/cucumber/core/ast/empty_background.rb, line 9
def inspect
  "#<#{self.class.name}>"
end