method

next_month

v1_9_1_378 - Show latest stable - Class: Date
next_month(n=1)
public

No documentation available.

# File lib/date.rb, line 1422
  def next_month(n=1) self >> n end