Sha256: c7b80128ec98d11b79077dc95d941a5d4d66cdf450955141b368d4836a9f55ac
Contents?: true
Size: 219 Bytes
Versions: 17
Compression:
Stored size: 219 Bytes
Contents
require 'facets/binding/eval' class Binding # Returns the nature of something within the context of the binding. # Returns nil if that thing is not defined. def defined?(x) eval("defined? #{x}") end end
Version data entries
17 entries across 16 versions & 1 rubygems