# File lib/pry/history.rb, line 10 def initialize(options={}) @history = [] @original_lines = 0 @file_path = options[:file_path] restore_default_behavior end