Class: Eco::Language::Test::B
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#c ⇒ Object
Returns the value of attribute c.
Instance Method Summary collapse
- #bofs(v1, v2:) ⇒ Object
-
#initialize(a) ⇒ B
constructor
A new instance of B.
Constructor Details
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a.
129 130 131 |
# File 'lib/eco/language/values_at.rb', line 129 def a @a end |
#c ⇒ Object
Returns the value of attribute c.
129 130 131 |
# File 'lib/eco/language/values_at.rb', line 129 def c @c end |
Instance Method Details
#bofs(v1, v2:) ⇒ Object
136 137 138 |
# File 'lib/eco/language/values_at.rb', line 136 def bofs(v1, v2:) "#{v1} #{v2} with #{@c}" end |