# File lib/pry/default_commands/gist.rb, line 140 def convert_to_range(n) if !n.is_a?(Range) (n..n) else n end end