class EmptyBinding

Public Class Methods

create() click to toggle source
# File lib/rundoc/code_command/print/erb.rb, line 4
def self.create
  new.empty_binding
end

Public Instance Methods

empty_binding() click to toggle source
# File lib/rundoc/code_command/print/erb.rb, line 8
def empty_binding
  binding
end