Skip to content

Commit

Permalink
Merge pull request #18 from bryanp/chg/remove-observer
Browse files Browse the repository at this point in the history
Remove the unused `observer` writer from `Goru::Channel`
  • Loading branch information
bryanp authored Jul 15, 2023
2 parents 8efdc63 + fbe8af8 commit 105f716
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/goru/channel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ def initialize(size: nil)
@observers = Set.new
end

# [public]
#
attr_writer :observer

# [public]
#
def <<(message)
Expand Down

0 comments on commit 105f716

Please sign in to comment.