Method: Library#default

Defined in:
lib/library.rb

#defaultObject

Return default feature. This is the feature that has same name as the library itself.



419
420
421
# File 'lib/library.rb', line 419

def default
  @default ||= find(name, :main=>true)
end