Method: Kernel#D

Defined in:
lib/chitin/core_ext/kernel.rb

#D(path) ⇒ Object Also known as: d



2
# File 'lib/chitin/core_ext/kernel.rb', line 2

def D(path); Chitin::Directory.new path; end