module Cucumber::Parser::Feature::Steps0

def at_line?(line)

def at_line?(line)
  elements.detect{|e| e.at_line?(line)}
end