Class: RuleBase

Inherits:
Object
  • Object
show all
Defined in:
lib/citation/rules/base.rb

Direct Known Subclasses

APA, ISO, MLA

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#matcherObject (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