Skip to content

Commit

Permalink
Added 'context' method to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jslade committed Dec 11, 2008
1 parent b54ccd3 commit af8ee42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ API Reference
IO instance, invoking callbacks as the registered contexts are
recognized.

def context
:: Gives the current context during the parse. Intended to be
used by callbacks to determine the context when the same
callback method is used to handle multiple contexts.


class Date

def initialize( date_str, calendar=DateType::DEFAULT )
Expand Down

0 comments on commit af8ee42

Please sign in to comment.