lib/curly/incomplete_block_error.rb in curly-templates-2.0.1 vs lib/curly/incomplete_block_error.rb in curly-templates-2.1.0.beta1
- old
+ new
@@ -1,11 +1,4 @@
module Curly
class IncompleteBlockError < Error
- def initialize(component)
- @component = component
- end
-
- def message
- "error compiling `{{##{@component}}}`: conditional block must be terminated with `{{/#{@component}}}}`"
- end
end
end