Flowdock
method

<<

Importance_0
1.1.12 - Show latest stable - 0 notes - Class: Spec::Story::StepGroup
<<(other_step_matchers) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/story/step_group.rb, line 76
      def <<(other_step_matchers)
        other_step_matchers.add_to(self) if other_step_matchers.respond_to?(:add_to)
      end
Register or log in to add new notes.