module SproutCore::RakeConstants
Attributes
constant_list[RW]
Public Instance Methods
const_missing(name)
click to toggle source
Calls superclass method
# File lib/sproutcore/buildfile.rb, line 456 def const_missing(name) ret = (RakeConstants.constant_list && RakeConstants.constant_list[name.to_s.downcase.to_sym]) || super end