Skip to content

Helper methods for generating text that conforms to "The New York Times Manual of Style and Usage"

Notifications You must be signed in to change notification settings

mtigas/nytimes-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nytimes-style

Helper methods for generating text that conforms to The New York Times Manual of Style and Usage.

Annotated source code: ascheink.github.com/nytimes-style

INSTALLATION

gem install nytimes-style

USAGE

require 'nytimes-style'
include Nytimes::Style

>> nytimes_date Date.today
# => "May 12, 2011"

>> nytimes_date Date.today, :hide_current_year => true, :day_of_week => true
# => "Wednesday, June 15"

>> nytimes_time Time.now, :hide_abbreviation => false
# => "2:30 p.m."

>> nytimes_state_abbrev 'AZ'
# => "Ariz."  

>> nytimes_state_name '55'
# => "Wisconsin"

CONTRIBUTORS

Andrei Scheinkman, andreischeinkman@gmail.com

Tyson Evans, tyson.evans@nytimes.com

Derek Willis, dwillis@nytimes.com

About

Helper methods for generating text that conforms to "The New York Times Manual of Style and Usage"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.6%
  • Ruby 48.4%