Skip to content

Instantly share code, notes, and snippets.

@nakajima
Created November 15, 2010 22:10
Show Gist options
  • Select an option

  • Save nakajima/701049 to your computer and use it in GitHub Desktop.

Select an option

Save nakajima/701049 to your computer and use it in GitHub Desktop.
>> 15.minutes.class
=> Fixnum
>> Object.instance_method(:class).bind(15.minutes).call
=> ActiveSupport::Duration
@mtodd

mtodd commented Nov 15, 2010

Copy link
Copy Markdown

Fucking awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment