Method: Library#default
- Defined in:
- lib/library.rb
#default ⇒ Object
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 |