lib/core/facets/binding/defined.rb in facets-2.9.3 vs lib/core/facets/binding/defined.rb in facets-3.0.0

- old
+ new

@@ -1,6 +1,4 @@ -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)