Class: BoPeep::Command::Step::BlockProxy
- Inherits:
-
Struct
- Object
- Struct
- BoPeep::Command::Step::BlockProxy
- Defined in:
- lib/bopeep.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
2174 2175 2176 |
# File 'lib/bopeep.rb', line 2174 def end |
#block ⇒ Object
Returns the value of attribute block
2174 2175 2176 |
# File 'lib/bopeep.rb', line 2174 def block @block end |
Instance Method Details
#to_proc ⇒ Object
2179 2180 2181 |
# File 'lib/bopeep.rb', line 2179 def to_proc block end |
#to_s ⇒ Object
2175 2176 2177 |
# File 'lib/bopeep.rb', line 2175 def to_s end |