Method: Flannel::BaseBlock#to_h

Defined in:
lib/flannel/base_block.rb

#to_hObject



44
45
46
47
# File 'lib/flannel/base_block.rb', line 44

def to_h
  html_formatter = Flannel::HtmlFormatter.new
  html_formatter.do(@text, @type, @id)
end