lib/representable/binding.rb in representable-1.2.0 vs lib/representable/binding.rb in representable-1.2.1
- old
+ new
@@ -1,6 +1,10 @@
module Representable
class Binding
+ class FragmentNotFound
+ end
+
+
attr_reader :definition # TODO: merge Binding and Definition.
def initialize(definition)
@definition = definition
end