Module: Methic::Additive1
- Defined in:
- lib/methic.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
185 186 187 |
# File 'lib/methic.rb', line 185 def head elements[0] end |
#tail ⇒ Object
189 190 191 |
# File 'lib/methic.rb', line 189 def tail elements[1] end |