lib/nanoc/base/context.rb in nanoc-4.0.0b3 vs lib/nanoc/base/context.rb in nanoc-4.0.0b4
- old
+ new
@@ -1,7 +1,9 @@
module Nanoc::Int
# Provides a context and a binding for use in filters such as the ERB and
# Haml ones.
+ #
+ # @api private
class Context
# Creates a new context based off the contents of the hash.
#
# Each pair in the hash will be converted to an instance variable and an
# instance method. For example, passing the hash `{ :foo => 'bar' }` will