Method: Inch::Codebase::Proxy.parse

Defined in:
lib/inch/codebase/proxy.rb

.parse(dir = Dir.pwd, config = Inch::Config.codebase) ⇒ Object



19
20
21
22
# File 'lib/inch/codebase/proxy.rb', line 19

def self.parse(dir = Dir.pwd, config = Inch::Config.codebase)
  provider = CodeObject::Provider.parse(dir, config)
  new(provider)
end