class SC::Buildfile::Config

This class allows us to memoize common computations

Public Instance Methods

target_names() click to toggle source
# File lib/sproutcore/buildfile/buildfile_dsl.rb, line 14
def target_names
  @target_names ||= self[:target_types].keys
end