Module: Gearbox

Defined in:
lib/gearbox.rb,
lib/gearbox/type.rb,
lib/gearbox/types.rb,
lib/examples/theme.rb,
lib/examples/person.rb,
lib/examples/audience.rb,
lib/examples/reference.rb,
lib/gearbox/rdf_collection.rb,
lib/gearbox/mixins/resource.rb,
lib/gearbox/attribute_collection.rb,
lib/gearbox/mixins/ad_hoc_properties.rb,
lib/gearbox/mixins/semantic_accessors.rb

Defined Under Namespace

Modules: AdHocProperties, Resource, SemanticAccessors, Type, Types Classes: AttributeCollection, Audience, Person, RDFCollection, Reference, Theme

Class Method Summary collapse

Class Method Details

.path(path) ⇒ Object

Helper Utility: path =



14
15
16
# File 'lib/gearbox.rb', line 14

def path(path)
  File.expand_path("../gearbox/#{path}", __FILE__)
end