# File lib/core/facets/numeric/range.rb, line 6
  def range(value)
    Range.new(self - value, self + value)
  end