Method: Wikitxt::Parser::Block#initialize
- Defined in:
- lib/wikitxt/parser.rb
#initialize(text) ⇒ Block
Returns a new instance of Block.
10 11 12 |
# File 'lib/wikitxt/parser.rb', line 10 def initialize(text) @text = text end |
Returns a new instance of Block.
10 11 12 |
# File 'lib/wikitxt/parser.rb', line 10 def initialize(text) @text = text end |