Skip to content

Commit

Permalink
Add missing def_delegator for constructor_inputs (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Bea <bea@Beas-MacBook-Pro-2.local>
  • Loading branch information
beacoding and Bea authored May 18, 2022
1 parent 854a7bc commit 595e007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/eth/contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def build
def_delegators :parent, :events
def_delegators :parent, :address, :address=
def_delegator :parent, :functions
def_delegator :parent, :constructor_inputs
define_method :parent do
parent
end
Expand Down

0 comments on commit 595e007

Please sign in to comment.