class Jekyll::Converters::Identity
Public Instance Methods
convert(content)
click to toggle source
# File lib/jekyll/converters/identity.rb, line 18 def convert(content) content end
matches(_ext)
click to toggle source
# File lib/jekyll/converters/identity.rb, line 10 def matches(_ext) true end
output_ext(ext)
click to toggle source
# File lib/jekyll/converters/identity.rb, line 14 def output_ext(ext) ext end