Top Level Namespace

Defined Under Namespace

Modules: Comparable, Denumerable, Digest, Enumerable, Facets, FileTest, FileUtils, Find, Indexable, Kernel, Lazy, Math, Memoizable, Multiton, Net, ObjectSpace, OpEsc, Prependable, Process, RbConfig, Shellwords, URI, YAML, Zlib Classes: Argvector, Array, As, AtomicFile, Binding, CGI, Class, Date, DateTime, Denumerator, Dir, Enumerator, Exception, FalseClass, File, Float, Functor, GetoptLong, Hash, Instance, Integer, Interval, MatchData, Method, Module, NA=ArgumentError.new, NilClass, NullClass, Numeric, Object, OpenStruct, Pathname, Platform, Proc, Random, Range, Reference, 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