SYMBOL INDEX (16 symbols across 2 files) FILE: lib/time_difference.rb class TimeDifference (line 4) | class TimeDifference method between (line 10) | def self.between(start_time, end_time) method in_years (line 14) | def in_years method in_months (line 18) | def in_months method in_weeks (line 22) | def in_weeks method in_days (line 26) | def in_days method in_hours (line 30) | def in_hours method in_minutes (line 34) | def in_minutes method in_seconds (line 38) | def in_seconds method in_each_component (line 42) | def in_each_component method in_general (line 48) | def in_general method humanize (line 61) | def humanize method initialize (line 84) | def initialize(start_time, end_time) method time_in_seconds (line 91) | def time_in_seconds(time) method in_component (line 95) | def in_component(component) FILE: spec/time_difference_spec.rb function with_each_class (line 5) | def self.with_each_class(&block)