From: Eric Wong <e@80x24.org> To: rainbows-public@bogomips.org Subject: [PATCH] fix Rainbows.now definition for old Rubies Date: Tue, 24 Nov 2015 22:33:10 +0000 Message-ID: <20151124223310.29278-1-e@80x24.org> (raw) Oops, blind substitution :x --- lib/rainbows.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 6e7e4f2..3c12e79 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -108,7 +108,7 @@ def self.now end rescue NameError, NoMethodError def self.now # Ruby <= 2.0 - Rainbows.now + Time.now.to_f end end -- EW
reply other threads:[~2015-11-24 22:33 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://yhbt.net/rainbows/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20151124223310.29278-1-e@80x24.org \ --to=e@80x24.org \ --cc=rainbows-public@bogomips.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Rainbows! Rack HTTP server user/dev discussion This inbox may be cloned and mirrored by anyone: git clone --mirror https://yhbt.net/rainbows-public git clone --mirror http://ou63pmih66umazou.onion/rainbows-public # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V1 rainbows-public rainbows-public/ https://yhbt.net/rainbows-public \ rainbows-public@yhbt.net rainbows-public@bogomips.org rainbows-talk@rubyforge.org rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org public-inbox-index rainbows-public Example config snippet for mirrors. Newsgroups are available over NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.rainbows nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.rainbows note: .onion URLs require Tor: https://www.torproject.org/ code repositories for the project(s) associated with this inbox: ../../rainbows.git AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git