Skip to content

Commit

Permalink
Removed unnecessary argument for Lotus::Assets.duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Nov 12, 2015
1 parent 17cf5c4 commit 2c23084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lotus/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def self.sources
end
end

def self.duplicate(mod, assets = 'Assets', &blk)
def self.duplicate(mod, &blk)
dupe.tap do |duplicated|
duplicated.configure(&blk) if block_given?
duplicates << duplicated
Expand Down

0 comments on commit 2c23084

Please sign in to comment.