Method: Organize#initialize
- Defined in:
- lib/organize.rb
#initialize ⇒ Organize
Returns a new instance of Organize.
7 8 9 10 11 12 |
# File 'lib/organize.rb', line 7 def initialize # create tests # what does "full documentation" mean? # integrate with Travic CI @directory_path = '/Users/brianward/Sites/fileorganizer/lib/testfiles/' end |