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