class Cucumber::Messages::Comment

def initialize(

def initialize(
  location: Location.new,
  text: ''
)
  @location = location
  @text = text
end