lib/rom/repository/command_proxy.rb in rom-repository-1.0.0.beta3 vs lib/rom/repository/command_proxy.rb in rom-repository-1.0.0.rc1
- old
+ new
@@ -2,9 +2,11 @@
module ROM
class Repository
# TODO: look into making command graphs work without the root key in the input
# so that we can get rid of this wrapper
+ #
+ # @api private
class CommandProxy
attr_reader :command, :root
def initialize(command)
@command = command