Class: Binding

Inherits:
Object
  • Object
show all
Defined in:
lib/binding.repl/core_ext/binding.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.replObject



2
3
4
# File 'lib/binding.repl/core_ext/binding.rb', line 2

def self.repl
  BindingRepl
end

Instance Method Details

#replObject



6
7
8
# File 'lib/binding.repl/core_ext/binding.rb', line 6

def repl
  BindingRepl.new(self)
end

#repl!Object



10
11
12
# File 'lib/binding.repl/core_ext/binding.rb', line 10

def repl!
  repl.auto
end