Method: Linecook::Cookbook#path

Defined in:
lib/linecook/cookbook.rb

#path(type) ⇒ Object

Returns an array of directories comprising the path for type.



46
47
48
# File 'lib/linecook/cookbook.rb', line 46

def path(type)
  registry[type] || []
end