Skip to content

Commit

Permalink
add heat_map_scaled
Browse files Browse the repository at this point in the history
  • Loading branch information
blotto committed Mar 5, 2014
1 parent 1bc6582 commit 5bdce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thermometer/evaluate.rb
Expand Up @@ -46,7 +46,7 @@ def heat_map(first , last= DateTime.now , options={})
end

def heat_map_scaled(first , last= DateTime.now , options={})
heat_map(first, last, options) do |d,t| yield d, scale_for(t) end
self.heat_map(first, last, options) do |d,t| yield d, scale_for(t) end
end

def has_temperature(options={})
Expand Down

0 comments on commit 5bdce26

Please sign in to comment.