Class: IPT::README::PlainFormatter

Inherits:
AbstractFormatter show all
Defined in:
lib/ipt/readme.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from AbstractFormatter

supports

Class Method Details

.supported_formatsObject



13
14
15
# File 'lib/ipt/readme.rb', line 13

def self.supported_formats
  %w(txt)
end

Instance Method Details

#to_html(input) ⇒ Object



17
18
19
# File 'lib/ipt/readme.rb', line 17

def to_html(input)
  input
end