Method: Bricolage::FileSystem.for_options

Defined in:
lib/bricolage/filesystem.rb

.for_options(home, env) ⇒ Object



12
13
14
# File 'lib/bricolage/filesystem.rb', line 12

def FileSystem.for_options(home, env)
  new(home_path(home), env)
end