# File lib/rubigen/base.rb, line 156
    def destination_path(relative_destination)
      File.expand_path(File.join(destination_root, relative_destination))
    end