Class: Cucumber::Distrib::Events::Expression
- Inherits:
-
Object
- Object
- Cucumber::Distrib::Events::Expression
- Defined in:
- lib/cucumber/distrib/events.rb
Overview
PORO wrapper of corresponding cucumber event for safe transportation to Leader over DRb.
Instance Method Summary collapse
-
#initialize(expression = nil) ⇒ Expression
constructor
A new instance of Expression.
Constructor Details
#initialize(expression = nil) ⇒ Expression
Returns a new instance of Expression.
244 |
# File 'lib/cucumber/distrib/events.rb', line 244 def initialize(expression = nil); end |