class OctopressPygments

Public Class Methods

new(name, type) click to toggle source
Calls superclass method
# File lib/octopress-pygments.rb, line 54
def initialize(name, type)
  @assets_path = File.expand_path(File.join(File.dirname(__FILE__), '../assets'))
  @version = Octopress::Pygments::VERSION
  @description = "For beautiful code snippets."
  super
end

Public Instance Methods

add_assets() click to toggle source
# File lib/octopress-pygments.rb, line 61
def add_assets
  add_sass 'code.scss'
end