class Cucumber::Core::Ast::Comment

def initialize(location, value)

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

def to_s

def to_s
  value
end