Class: Typekitty::Library

Inherits:
Hashie::Dash
  • Object
show all
Defined in:
lib/typekitty/library.rb

Class Method Summary collapse

Class Method Details

.allObject



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