module HamlCoffeeTemplate

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/haml_coffee_template.rb, line 8
def self.configuration
  @configuration
end
configuration=(obj) click to toggle source
# File lib/haml_coffee_template.rb, line 12
def self.configuration=(obj)
  @configuration = obj
end