Class: Test2
- Inherits:
-
Object
- Object
- Test2
- Defined in:
- lib/bench.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#c ⇒ Object
Returns the value of attribute c.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a.
10 11 12 |
# File 'lib/bench.rb', line 10 def a @a end |
#b ⇒ Object
Returns the value of attribute b.
10 11 12 |
# File 'lib/bench.rb', line 10 def b @b end |
#c ⇒ Object
Returns the value of attribute c.
10 11 12 |
# File 'lib/bench.rb', line 10 def c @c end |