Method: XDry::NMarker#initialize
- Defined in:
- lib/xdry/parsing/nodes.rb
#initialize(text) ⇒ NMarker
Returns a new instance of NMarker.
245 246 247 |
# File 'lib/xdry/parsing/nodes.rb', line 245 def initialize text @text = text end |
Returns a new instance of NMarker.
245 246 247 |
# File 'lib/xdry/parsing/nodes.rb', line 245 def initialize text @text = text end |