class Cucumber::Core::Ast::Comment

def initialize(location, value)

def initialize(location, value)
  @location = location
  @value = value
end