class CucumberFM::FeatureElement::Comment
Private Instance Methods
is_it_link()
click to toggle source
# File lib/cucumber_f_m/feature_element/comment.rb, line 8 def is_it_link raw =~ /^#:::[^:]+:::/ end
# File lib/cucumber_f_m/feature_element/comment.rb, line 8 def is_it_link raw =~ /^#:::[^:]+:::/ end