12 13 14 15
# File 'lib/code_poetry.rb', line 12 def root return @root if defined? @root @root = File.expand_path(Dir.getwd) end