Module: TMP
- Extended by:
- CORE
- Defined in:
- lib/tmp.rb,
lib/tmp/deprecated/dsl.rb,
lib/tmp/deprecated/sup.rb,
lib/tmp/deprecated/core.rb,
lib/tmp/deprecated/init.rb
Defined Under Namespace
Modules: CORE, DCI, DSL, DSLCore, ObjectExt, SyntaxSugar Classes: Instance, InstanceCore, InstanceDSL
Class Method Summary collapse
- .new(*args) ⇒ Object (also: init)
Methods included from CORE
block, default_folder_path, path, project_name, purge_files, read, tmp_folder_init, tmp_folder_path, tmpdir, write
Class Method Details
.new(*args) ⇒ Object Also known as: init
12 13 14 |
# File 'lib/tmp.rb', line 12 def self.new(*args) Instance.new(*args) end |