class Bunto::Converters::Identity

Public Instance Methods

convert(content) click to toggle source
# File lib/bunto/converters/identity.rb, line 16
def convert(content)
  content
end
matches(_ext) click to toggle source
# File lib/bunto/converters/identity.rb, line 8
def matches(_ext)
  true
end
output_ext(ext) click to toggle source
# File lib/bunto/converters/identity.rb, line 12
def output_ext(ext)
  ext
end