Method: Fatboy::Popularity#this_month

Defined in:
lib/fatboy/popularity.rb

#this_monthObject

Get a Fatboy::TimeBasedPopularity for this month.



61
62
63
# File 'lib/fatboy/popularity.rb', line 61

def this_month
  month(Time.now)
end