Class: Treebis::DirAsHash::Blacklist::EmptyMatcherClass

Inherits:
Object
  • Object
show all
Includes:
Matcher
Defined in:
lib/treebis.rb

Instance Method Summary collapse

Constructor Details

#initializeEmptyMatcherClass

Returns a new instance of EmptyMatcherClass.



232
# File 'lib/treebis.rb', line 232

def initialize; end

Instance Method Details

#include?(*a) ⇒ Boolean

Returns:

  • (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