Class: Line::Matchers::MatchEverything
- Inherits:
-
Object
- Object
- Line::Matchers::MatchEverything
- Includes:
- Helpers
- Defined in:
- lib/line/matchers/match_everything.rb
Instance Method Summary collapse
Methods included from Helpers
Instance Method Details
#inspect(parent = false) ⇒ Object
12 13 14 |
# File 'lib/line/matchers/match_everything.rb', line 12 def inspect(parent=false) inspect_helper parent, "MatchEverything", false end |
#matches? ⇒ Boolean
8 9 10 |
# File 'lib/line/matchers/match_everything.rb', line 8 def matches?(*) true end |