class Symbol

monkey-patching these to allow `RustyKey.using`

Public Instance Methods

using() click to toggle source
# File lib/rusty_key.rb, line 15
def using
  b = binding.of_caller(1)
  b.eval("using #{self}")
  b
end