class Moft::Converters::Identity
Public Instance Methods
convert(content)
click to toggle source
# File lib/moft/converters/identity.rb, line 16 def convert(content) content end
matches(ext)
click to toggle source
# File lib/moft/converters/identity.rb, line 8 def matches(ext) true end
output_ext(ext)
click to toggle source
# File lib/moft/converters/identity.rb, line 12 def output_ext(ext) ext end