Skip to content

Commit

Permalink
Silence "private attribute?" warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Jul 23, 2013
1 parent d52a718 commit e619f32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/substation/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,28 +67,29 @@ def result(response)
response
end

private

# Return handler
#
# @return [#call]
#
# @api private
attr_reader :handler
private :handler

# Return failure chain
#
# @return [Chain]
#
# @api private
attr_reader :failure_chain
private :failure_chain

# Return executor
#
# @return [Executor]
#
# @api private
attr_reader :executor
private :executor

# Execute processor on state
#
Expand Down

0 comments on commit e619f32

Please sign in to comment.