Skip to content

Commit

Permalink
Mapping shouldn't accept options
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed May 13, 2013
1 parent 61ed037 commit 45ed232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tilt/mapping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Tilt
class Mapping
attr_reader :lazy_map, :template_map

def initialize(options = {})
def initialize
@template_map = Hash.new
@lazy_map = Hash.new { |h, k| h[k] = [] }
end
Expand Down

0 comments on commit 45ed232

Please sign in to comment.