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