Class: IPT::README::PlainFormatter
- Inherits:
-
AbstractFormatter
- Object
- AbstractFormatter
- IPT::README::PlainFormatter
- Defined in:
- lib/ipt/readme.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from AbstractFormatter
Class Method Details
.supported_formats ⇒ Object
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 |