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



4
5
6
# File 'lib/rundoc/code_command/print/erb.rb', line 4

def self.create
  new.empty_binding
end

Instance Method Details

#empty_bindingObject



8
9
10
# File 'lib/rundoc/code_command/print/erb.rb', line 8

def empty_binding
  binding
end