Method: Text#initialize

Defined in:
lib/rwd/sgml.rb

#initialize(text) ⇒ Text

Returns a new instance of Text.



22
23
24
25
# File 'lib/rwd/sgml.rb', line 22

def initialize(text)
  super()
  @text = text
end