Flowdock
method

nested_descriptions

Importance_0
nested_descriptions() public

No documentation

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

Hide source
# File lib/spec/example/example_group_hierarchy.rb, line 44
      def nested_descriptions
        @nested_descriptions ||= collect {|eg| nested_description_from(eg) == "" ? nil : nested_description_from(eg) }.compact
      end
Register or log in to add new notes.