Module: WildcardFinders::Matchers
- Included in:
- Capybara::Node::Base
- Defined in:
- lib/wildcard_finders/matchers.rb
Constant Summary collapse
- METHODS =
[]
Class Method Summary collapse
Class Method Details
.method_added(name) ⇒ Object
7 8 9 |
# File 'lib/wildcard_finders/matchers.rb', line 7 def self.method_added(name) METHODS.push(name) end |