Top Level Namespace

Defined Under Namespace

Modules: Cloneable, Comparable, Denumerable, Digest, Enumerable, Equitable, Facets, FileTest, FileUtils, Find, Gem, Indexable, Instantiable, Kernel, Lazy, Math, Memoizable, Multiton, Net, ObjectSpace, OpEsc, Process, RbConfig, Shellwords, URI, YAML, Zlib Classes: Argvector, Array, As, Binding, CGI, Class, Date, DateTime, Denumerator, Dir, Enumerator, Exception, FalseClass, File, Float, Functor, GetoptLong, Hash, HashBuilder, Integer, Interval, MatchData, Memoizer, Method, Module, NA=ArgumentError.new, NilClass, NullClass, Numeric, Object, OpenStruct, Pathname, Platform, Proc, Random, Range, Regexp, Set, String, StringScanner, Struct, Symbol, Time, Timer, TrueClass, Tuple, UnboundMethod

Constant Summary collapse

ArgVector =
Argvector

Instance Method Summary collapse

Instance Method Details

#temporary_directoryObject



2
3
4
# File 'lib/core/facets/applique/file_helpers.rb', line 2

def temporary_directory
  @temporary_directory ||= 'tmp'
end