class Gracenote::Response::Range

Public Instance Methods

next() click to toggle source
# File lib/gracenote/response/range.rb, line 8
def next
  self["end"].succ
end