Class: Burke::DependencySettings

Inherits:
Holder show all
Defined in:
lib/burke.rb

Class Method Summary collapse

Methods inherited from Holder

[], #[], #[]=, #assert_field_exists!, #delete, field, #field_exists?, fields, #holder_instance_exec?, inherited, #initialize, #merge, #merge!, #method_missing, #normalize_key, #to_hash

Constructor Details

This class inherits a constructor from Burke::Holder

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Burke::Holder

Class Method Details

.field_exists?(name) ⇒ Boolean

Returns:

  • (Boolean)


64
# File 'lib/burke.rb', line 64

def self.field_exists? name ; true ; end