Class: RuleBase
- Inherits:
-
Object
- Object
- RuleBase
- Defined in:
- lib/citation/rules/base.rb
Instance Attribute Summary collapse
-
#matcher ⇒ Object
readonly
Returns the value of attribute matcher.
Class Method Summary collapse
Instance Attribute Details
#matcher ⇒ Object (readonly)
Returns the value of attribute matcher.
3 4 5 |
# File 'lib/citation/rules/base.rb', line 3 def matcher @matcher end |
Class Method Details
.fetch(string, base) ⇒ Object
8 9 10 |
# File 'lib/citation/rules/base.rb', line 8 def self.fetch(string, base) end |
.satisfy?(string, base) ⇒ Boolean
4 5 6 |
# File 'lib/citation/rules/base.rb', line 4 def self.satisfy?(string, base) end |