Module: CucumberFM::FeatureElement::Component::Comments

Included in:
Background, Info, Scenario, ScenarioOutline
Defined in:
lib/cucumber_f_m/feature_element/component/comments.rb

Constant Summary collapse

LINE_PATTERN =
/^\s*#+.*$/

Instance Method Summary collapse

Instance Method Details

#commentsObject



7
8
9
# File 'lib/cucumber_f_m/feature_element/component/comments.rb', line 7

def comments
  @comments ||= fetch_comments
end