Skip to content

Commit

Permalink
Add reactor as a reader to Goru::Routine
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanp committed Jul 16, 2023
1 parent 928eb30 commit 6489976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/goru/routine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def initialize(state = nil, &block)

# [public]
#
attr_reader :state, :status, :error
attr_reader :state, :status, :error, :reactor

# [public]
#
Expand Down

0 comments on commit 6489976

Please sign in to comment.