Paste number 44385: Singleton

Paste number 44385: Singleton
Pasted by: rsinger
When:1 year, 11 months ago
Share:Tweet this! | http://paste.lisp.org/+Y8X
Channel:#code4lib
Paste contents:
Raw Source | XML | Display As
# Dear jrochkind, save me as lib/populator.rb
class Populator
  private_class_method :new
  @@mystuff = nil
  def self.add
    @@mystuff = [] unless @@mystuff
    @@mystuff << Time.now
  end
  
  def self.report
    return @@mystuff
  end
end

This paste has no annotations.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.