lib/rom/commands/graph/class_interface.rb in rom-0.8.1 vs lib/rom/commands/graph/class_interface.rb in rom-0.9.0.beta1
- old
+ new
@@ -5,12 +5,12 @@
#
# @api private
module ClassInterface
# Build a command graph recursively
#
- # This is used by `Env#command` when array with options is passed in
+ # This is used by `Container#command` when array with options is passed in
#
- # @param [Registry] registry The command registry from env
+ # @param [Registry] registry The command registry from container
# @param [Array] options The options array
# @param [Array] path The path for input evaluator proc
#
# @return [Graph]
#