lib/synchronisable/input_parser.rb in synchronisable-1.0.2 vs lib/synchronisable/input_parser.rb in synchronisable-1.0.3
- old
+ new
@@ -2,9 +2,11 @@
module Synchronisable
# Responsible for guessing the user input format.
#
# @api private
+ #
+ # @see Synchronisable::InputDescriptor
class InputParser
def initialize(model, synchronizer)
@model = model
@synchronizer = synchronizer
end