Module: Ryb::Properties::Targets

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

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



30
31
32
33
# File 'lib/ryb/properties/targets.rb', line 30

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