Module: Ryb::Properties::Paths

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

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



31
32
33
34
# File 'lib/ryb/properties/paths.rb', line 31

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