Class: Typekitty::Library
- Inherits:
-
Hashie::Dash
- Object
- Hashie::Dash
- Typekitty::Library
- Defined in:
- lib/typekitty/library.rb
Class Method Summary collapse
Class Method Details
.all ⇒ Object
10 11 12 13 14 |
# File 'lib/typekitty/library.rb', line 10 def self.all Typekitty::API.libraries.inject([]) do |libs, lib| libs << new(lib) end end |