lib/macros4cuke/templating/engine.rb in macros4cuke-0.3.14 vs lib/macros4cuke/templating/engine.rb in macros4cuke-0.3.15
- old
+ new
@@ -153,10 +153,10 @@
# Render the placeholder given the passed arguments.
# This method has the same signature as the {Engine#render} method.
# @return [String] The text value assigned to the placeholder.
# Returns an empty string when no value is assigned to the placeholder.
def render(aContextObject, theLocals)
- raise NotImplementedError, "Method Section::#{__method__} must be implemented in subclass(es)."
+ raise NotImplementedError, "Method Section.#{__method__} must be implemented in subclass."
end
end # class
\ No newline at end of file