Module: Ryb::Properties::Configurations

Included in:
Application, Library, Ryb::Project
Defined in:
lib/ryb/properties/configurations.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



23
24
25
26
# File 'lib/ryb/properties/configurations.rb', line 23

def self.included(klass)
  klass.extend(ClassMethods)
  klass.include(InstanceMethods)
end