Struct.new(:file)
# File lib/cucumber/core/ast/location.rb, line 55 def include?(lines) true end
# File lib/cucumber/core/ast/location.rb, line 51 def match?(other) other.file == file end
# File lib/cucumber/core/ast/location.rb, line 47 def to_s file end