lib/musterb/rails_locals_extractor.rb in musterb-1.0.0 vs lib/musterb/rails_locals_extractor.rb in musterb-1.0.1
- old
+ new
@@ -1,6 +1,6 @@
-class Musterb::RailsLocalsExtractor < Musterb::Extractor
+class Musterb::RailsLocalsExtractor
attr_reader :parent, :value
def initialize(locals, binding, parent)
@locals = locals
@parent = parent
@@ -12,6 +12,6 @@
@binding.eval symbol
else
parent[symbol]
end
end
-end
+end
\ No newline at end of file