Class: TTYtest::Dummy
- Inherits:
-
Object
- Object
- TTYtest::Dummy
- Defined in:
- lib/ttytest/dummy.rb
Instance Attribute Summary collapse
-
#contents ⇒ Object
Returns the value of attribute contents.
Instance Method Summary collapse
- #capture ⇒ Object
-
#initialize ⇒ Dummy
constructor
A new instance of Dummy.
Constructor Details
#initialize ⇒ Dummy
5 6 7 |
# File 'lib/ttytest/dummy.rb', line 5 def initialize @contents = "\n"*23 end |
Instance Attribute Details
#contents ⇒ Object
Returns the value of attribute contents.
3 4 5 |
# File 'lib/ttytest/dummy.rb', line 3 def contents @contents end |