Skip to content

Commit

Permalink
fixed specs about &block and rubocop offence!
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Aug 4, 2015
1 parent f660e21 commit 3c03776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maktoub.rb
Expand Up @@ -28,7 +28,7 @@ def subscribers
end

def subscribers_extractor(&block)
@subscribers = Proc.new block
@subscribers = block
end

def home_url
Expand Down

0 comments on commit 3c03776

Please sign in to comment.