Class: TestModule::LibraryOld
- Inherits:
-
Object
- Object
- TestModule::LibraryOld
- Defined in:
- lib/test_module/library_old.rb
Instance Attribute Summary collapse
-
#called ⇒ Object
readonly
Returns the value of attribute called.
Instance Method Summary collapse
Instance Attribute Details
#called ⇒ Object (readonly)
Returns the value of attribute called.
3 4 5 |
# File 'lib/test_module/library_old.rb', line 3 def called @called end |
Instance Method Details
#a_method ⇒ Object
8 9 10 |
# File 'lib/test_module/library_old.rb', line 8 def a_method @called = true end |
#method_on_library_old ⇒ Object
4 5 6 |
# File 'lib/test_module/library_old.rb', line 4 def method_on_library_old @called = true; end |