Skip to content

Commit

Permalink
Add @SInCE tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Apr 30, 2014
1 parent 87b609e commit 9e1719f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/active_interaction/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ module ActiveInteraction
# Raised if a reserved name is used.
#
# @return [Class]
#
# @since 1.2.0
ReservedNameError = Class.new(Error)

# Raised if a user-supplied value to a nested hash input is invalid.
Expand Down
2 changes: 2 additions & 0 deletions lib/active_interaction/filters/decimal_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class Base
#
# @example
# decimal :amount, digits: 4
#
# @since 1.2.0
end

# @private
Expand Down
2 changes: 2 additions & 0 deletions lib/active_interaction/grouped_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
module ActiveInteraction
# Holds a group of inputs together for passing from {Base} to {Filter}s.
#
# @since 1.2.0
#
# @private
class GroupedInput < OpenStruct
unless method_defined?(:[])
Expand Down
2 changes: 2 additions & 0 deletions lib/active_interaction/modules/input_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
module ActiveInteraction
# Groups inputs ending in "(*N*i)" into {GroupedInput}.
#
# @since 1.2.0
#
# @private
module InputProcessor
class << self
Expand Down

0 comments on commit 9e1719f

Please sign in to comment.