module EasyRepl

Constants

VERSION

Attributes

history_file[RW]

Public Class Methods

history_file() click to toggle source
# File lib/easy_repl.rb, line 9
def self.history_file
  @history_file
end
history_file=(value) click to toggle source
# File lib/easy_repl.rb, line 5
def self.history_file=(value)
  @history_file = value
end