aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reports/sales_by_country.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reports/sales_by_country.rb')
-rw-r--r--lib/reports/sales_by_country.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reports/sales_by_country.rb b/lib/reports/sales_by_country.rb
index 58f1b15..4017dbf 100644
--- a/lib/reports/sales_by_country.rb
+++ b/lib/reports/sales_by_country.rb
@@ -1,7 +1,7 @@
module SalesReporter
module Reports
class SalesByCountry
- def self.render(sales)
+ def render(sales)
sales_by_country = {}
sales.each do |s|