Class: CfScript::Scope::Base
- Inherits:
-
Object
- Object
- CfScript::Scope::Base
- Defined in:
- lib/cf_script/scope.rb
Constant Summary
Constants included from UI
UI::COLORS, UI::EMOJI, UI::TAGS
Instance Method Summary collapse
- #finalize ⇒ Object
-
#initialize ⇒ Base
constructor
A new instance of Base.
- #method_missing(m, *args, &block) ⇒ Object
- #spec_for(name) ⇒ Object
Methods included from UI
alert, call_type, debug, detail, emoji, emoji_for, error, info, print_err, print_out, progress, puts_err, puts_out, step, success, tag_char, tag_close, tag_color, tag_format, tag_open, tag_style, title, trace, ui_format, with_color_of
Methods included from Execution
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
31 32 33 |
# File 'lib/cf_script/scope.rb', line 31 def initialize enter_scope end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method