Skip to content

Commit

Permalink
that's not how class variables work
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Jan 1, 2012
1 parent 28caf40 commit d13dae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/oldness/medium.rb
Expand Up @@ -15,9 +15,9 @@ def self.rate(work_date, args={})
end

def self.starts_from(date)
@@start_date = date
@start_date = date
end
def self.start_date
@@start_date
@start_date
end
end

0 comments on commit d13dae9

Please sign in to comment.