class Cucumber::Core::Test::Location::Wildcard
Public Instance Methods
include?(lines)
click to toggle source
# File lib/cucumber/core/test/location.rb, line 50 def include?(lines) true end
match?(other)
click to toggle source
# File lib/cucumber/core/test/location.rb, line 46 def match?(other) other.file == file end
to_s()
click to toggle source
# File lib/cucumber/core/test/location.rb, line 42 def to_s file end