Skip to content

Instantly share code, notes, and snippets.

@aberant
Created August 12, 2009 17:25
Show Gist options
  • Save aberant/166622 to your computer and use it in GitHub Desktop.
Save aberant/166622 to your computer and use it in GitHub Desktop.
def self.new_with_time( address, time, tags=nil, *args )
message = new( address, tags, *args )
message.time = time
message
end
def initialize(address, tags=nil, *args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment