Class: Rubinius::Location
- Inherits:
-
Object
- Object
- Rubinius::Location
- Defined in:
- app/method.rb
Instance Method Summary collapse
Instance Method Details
#next_ip ⇒ Object
118 119 120 |
# File 'app/method.rb', line 118 def next_ip ip_on_current? ? ip : ip + 1 end |