Skip to content

Commit

Permalink
Call super first
Browse files Browse the repository at this point in the history
  • Loading branch information
jacegu committed Apr 18, 2016
1 parent bf89493 commit 7f10c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dnsimple/struct/extended_attribute.rb
Expand Up @@ -27,8 +27,8 @@ class Option < Base
attr_accessor :options

def initialize(*)
@options ||= []
super
@options ||= []
end

def options=(opts)
Expand Down

0 comments on commit 7f10c8f

Please sign in to comment.