Class: EmptyBinding

Inherits:
Object
  • Object
show all
Defined in:
lib/rundoc/code_command/print/erb.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.createObject



6
7
8
# File 'lib/rundoc/code_command/print/erb.rb', line 6

def self.create
  new.empty_binding
end

Instance Method Details

#empty_bindingObject



10
11
12
# File 'lib/rundoc/code_command/print/erb.rb', line 10

def empty_binding
  binding
end