# File lib/cucumber/core/test/step.rb, line 57 def initialize(test_step) @is_step = false test_step.describe_to(self) end
# File lib/cucumber/core/test/step.rb, line 70 def method_missing(*) self end
# File lib/cucumber/core/test/step.rb, line 62 def step? @is_step end
# File lib/cucumber/core/test/step.rb, line 66 def test_step(*) @is_step = true end