Skip to content

Instantly share code, notes, and snippets.

@jugglebird
Created July 24, 2008 14:56
Show Gist options
  • Select an option

  • Save jugglebird/2166 to your computer and use it in GitHub Desktop.

Select an option

Save jugglebird/2166 to your computer and use it in GitHub Desktop.
>> "day_threshold".camelize.constantize
=> DayThreshold
>> "day_threshold".camelize.constantize.new
=> #<DayThreshold:0xb7a6cbd0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment