module Cucumber::Core::Test::HasLocation

def comments

def comments
  # will be overriden by nodes that actually have comments
  []
end