Skip to content

Commit

Permalink
Add missing def_delegator for constructor_inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bea authored and Bea committed May 18, 2022
1 parent 854a7bc commit 41f5838
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 41f5838

Please sign in to comment.