Top Level Namespace
Defined Under Namespace
Modules: CartoDB Classes: Hash, NilClass, String
Instance Method Summary collapse
Instance Method Details
#get_temporal_filename(prefix) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/cartodb-importer/importer.rb', line 6 def get_temporal_filename (prefix) tf = Tempfile.new(prefix) tempname = tf.path tf.close! return tempname end |