Method: Dply::AppConfig.singleton_method_added
- Defined in:
- lib/dply/app_config.rb
.singleton_method_added(name) ⇒ Object
21 22 23 |
# File 'lib/dply/app_config.rb', line 21 def self.singleton_method_added(name) raise Error, "overriding dsl method: :#{name} not allowed" if @dsl_methods.include? name end |