Class: Module

Inherits:
Object
  • Object
show all
Defined in:
lib/rusty_key.rb

Instance Method Summary collapse

Instance Method Details

#usingObject



23
24
25
26
27
# File 'lib/rusty_key.rb', line 23

def using
  b = binding.of_caller(1)
  b.eval("using #{self}")
  b
end