Class: Treebis::DirAsHash::Blacklist::EmptyMatcherClass
- Inherits:
-
Object
- Object
- Treebis::DirAsHash::Blacklist::EmptyMatcherClass
- Includes:
- Matcher
- Defined in:
- lib/treebis.rb
Instance Method Summary collapse
- #include?(*a) ⇒ Boolean
-
#initialize ⇒ EmptyMatcherClass
constructor
A new instance of EmptyMatcherClass.
- #submatcher(m) ⇒ Object
Constructor Details
#initialize ⇒ EmptyMatcherClass
Returns a new instance of EmptyMatcherClass.
232 |
# File 'lib/treebis.rb', line 232 def initialize; end |
Instance Method Details
#include?(*a) ⇒ Boolean
236 237 238 |
# File 'lib/treebis.rb', line 236 def include? *a false end |
#submatcher(m) ⇒ Object
233 234 235 |
# File 'lib/treebis.rb', line 233 def submatcher m self end |