global

def with_duration(new_duration)

def with_duration(new_duration)
  self.class.new(new_duration)
end