Module: EasyRepl

Extended by:
Repl
Defined in:
lib/easy_repl.rb,
lib/easy_repl/repl.rb,
lib/easy_repl/version.rb,
lib/easy_repl/commands/exit.rb,
lib/easy_repl/commands/reload.rb,
lib/easy_repl/commands/matchable.rb

Defined Under Namespace

Modules: Commands, Repl

Constant Summary collapse

VERSION =
"0.0.3"

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from Repl

commands, gets, start

Instance Attribute Details

#history_fileObject

Returns the value of attribute history_file.



4
5
6
# File 'lib/easy_repl.rb', line 4

def history_file
  @history_file
end

Class Method Details

.history_fileObject



9
10
11
# File 'lib/easy_repl.rb', line 9

def self.history_file
  @history_file
end

.history_file=(value) ⇒ Object



5
6
7
# File 'lib/easy_repl.rb', line 5

def self.history_file=(value)
  @history_file = value
end