Converter
# File lib/jekyll/converters/coffeescript.rb, line 15 def convert(content) ::CoffeeScript.compile(content) end
# File lib/jekyll/converters/coffeescript.rb, line 7 def matches(ext) ext =~ /\A\.coffee\z/ end
# File lib/jekyll/converters/coffeescript.rb, line 11 def output_ext(ext) ".js" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.