Method: Ecogem::Path#initialize

Defined in:
lib/ecogem/path.rb

#initialize(dir) ⇒ Path



5
6
7
# File 'lib/ecogem/path.rb', line 5

def initialize(dir)
  @dir = dir
end