Skip to content

Commit

Permalink
Fix super which is not defined yet here
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Oct 7, 2016
1 parent d63f714 commit df6fb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feedjira_extension.rb
Expand Up @@ -38,7 +38,7 @@ class RssAuthor < Author
include SAXMachine

def content=(content)
super
@content = content

begin
addr = Mail::Address.new(content)
Expand Down

0 comments on commit df6fb7e

Please sign in to comment.