Method: Dragonfly::TempObject#path

Defined in:
lib/dragonfly/temp_object.rb

#pathObject



112
113
114
# File 'lib/dragonfly/temp_object.rb', line 112

def path
  @pathname ? @pathname.expand_path.to_s : tempfile.path
end