Files

Jekyll::Converters::Identity

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.