Class: Module
- Inherits:
-
Object
- Object
- Module
- Defined in:
- lib/rusty_key.rb
Instance Method Summary collapse
Instance Method Details
#using ⇒ Object
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 |