Class: Rubinius::Location

Inherits:
Object
  • Object
show all
Defined in:
app/method.rb

Instance Method Summary collapse

Instance Method Details

#next_ipObject



121
122
123
# File 'app/method.rb', line 121

def next_ip
  ip_on_current? ? ip : ip + 1
end