Method: Bookie::Emitters::HTML#initialize
- Defined in:
- lib/bookie/emitters/html.rb
#initialize ⇒ HTML
Returns a new instance of HTML.
8 9 10 |
# File 'lib/bookie/emitters/html.rb', line 8 def initialize @body = "" end |
Returns a new instance of HTML.
8 9 10 |
# File 'lib/bookie/emitters/html.rb', line 8 def initialize @body = "" end |