Class: IPT::README::AbstractFormatter
- Inherits:
-
Object
- Object
- IPT::README::AbstractFormatter
- Defined in:
- lib/ipt/readme.rb
Direct Known Subclasses
MarkdownFormatter, PlainFormatter, RdocFormatter, TextileFormatter
Class Method Summary collapse
Class Method Details
.supports(ext) ⇒ Object
7 8 9 |
# File 'lib/ipt/readme.rb', line 7 def self.supports(ext) return supported_formats.include?(ext) end |