Class: Tabry::Replty::Base
- Inherits:
-
Object
- Object
- Tabry::Replty::Base
- Defined in:
- lib/tabry/replty/base.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#internals ⇒ Object
Returns the value of attribute internals.
Instance Method Summary collapse
-
#tabry_prompt ⇒ Object
NOTE: internal functions (besides internal/args/flags) start with “tabry_”; reconsider scheme.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
9 10 11 |
# File 'lib/tabry/replty/base.rb', line 9 def args @args end |
#flags ⇒ Object (readonly)
Returns the value of attribute flags.
9 10 11 |
# File 'lib/tabry/replty/base.rb', line 9 def flags @flags end |
#internals ⇒ Object
Returns the value of attribute internals.
9 10 11 |
# File 'lib/tabry/replty/base.rb', line 9 def internals @internals end |
Instance Method Details
#tabry_prompt ⇒ Object
NOTE: internal functions (besides internal/args/flags) start with “tabry_”; reconsider scheme
18 19 20 |
# File 'lib/tabry/replty/base.rb', line 18 def tabry_prompt "> " end |