Parent

Class Index [+]

Quicksearch

Range

Public Instance Methods

wildcard_match?(other) click to toggle source
   # File lib/rr/wildcard_matchers/range.rb, line 2
2:   def wildcard_match?(other)
3:     return true if self == other
4:     return false unless other.is_a?(Numeric)
5:     self.include?(other)
6:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.