Class: Ifmb::HtmlFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/ifmb/html_formatter.rb

Instance Method Summary collapse

Constructor Details

#initialize(reference) ⇒ HtmlFormatter

Returns a new instance of HtmlFormatter.



4
5
6
# File 'lib/ifmb/html_formatter.rb', line 4

def initialize(reference)
  @reference = reference
end

Instance Method Details

#outputObject



8
9
10
# File 'lib/ifmb/html_formatter.rb', line 8

def output
  formatted_reference
end