Method: Celerity::Identifier#initialize
- Defined in:
- lib/celerity/identifier.rb
#initialize(tag, attributes = {}) ⇒ Identifier
Returns a new instance of Identifier.
7 8 9 10 11 |
# File 'lib/celerity/identifier.rb', line 7 def initialize(tag, attributes = {}) @tag = tag @attributes = attributes @text = nil end |