Module: Ripar::Combinder::BindingNiceness

Defined in:
lib/ripar/combinder.rb

Overview

This should be a refinement

Instance Method Summary collapse

Instance Method Details

#local_variablesObject



17
18
19
# File 'lib/ripar/combinder.rb', line 17

def local_variables
  eval('local_variables')
end

#selfObject



13
14
15
# File 'lib/ripar/combinder.rb', line 13

def self
  eval('self')
end