Module: Oldtime
- Defined in:
- lib/oldtime.rb,
lib/oldtime/ui.rb,
lib/oldtime/cli.rb,
lib/oldtime/rsync.rb,
lib/oldtime/version.rb,
lib/oldtime/instance.rb
Defined Under Namespace
Modules: Rsync_Kernel Classes: CLI, Instance, Rsync, Rsync2, UI
Constant Summary collapse
- Error =
Class.new Exception
- EFatal =
Class.new Exception
- VERSION =
"0.1.3"
Class Attribute Summary collapse
-
.ui ⇒ Object
Returns the value of attribute ui.
Class Attribute Details
.ui ⇒ Object
Returns the value of attribute ui.
17 18 19 |
# File 'lib/oldtime.rb', line 17 def ui @ui end |