Class: Warg::Command::Step::BlockProxy
- Inherits:
-
Struct
- Object
- Struct
- Warg::Command::Step::BlockProxy
- Defined in:
- lib/warg.rb
Instance Attribute Summary collapse
-
#banner ⇒ Object
Returns the value of attribute banner.
-
#block ⇒ Object
Returns the value of attribute block.
Instance Method Summary collapse
Instance Attribute Details
#banner ⇒ Object
Returns the value of attribute banner
2030 2031 2032 |
# File 'lib/warg.rb', line 2030 def @banner end |
#block ⇒ Object
Returns the value of attribute block
2030 2031 2032 |
# File 'lib/warg.rb', line 2030 def block @block end |
Instance Method Details
#to_proc ⇒ Object
2035 2036 2037 |
# File 'lib/warg.rb', line 2035 def to_proc block end |
#to_s ⇒ Object
2031 2032 2033 |
# File 'lib/warg.rb', line 2031 def to_s end |