Class: Cucumber::Core::Ast::EmptyBackground
- Inherits:
-
Object
- Object
- Cucumber::Core::Ast::EmptyBackground
- Defined in:
- lib/cucumber/core/ast/empty_background.rb
Instance Method Summary collapse
Instance Method Details
#describe_to ⇒ Object
5 6 7 |
# File 'lib/cucumber/core/ast/empty_background.rb', line 5 def describe_to(*) self end |
#inspect ⇒ Object
9 10 11 |
# File 'lib/cucumber/core/ast/empty_background.rb', line 9 def inspect "#<#{self.class.name}>" end |