Changeset 3656
- Timestamp:
- 12/28/07 08:28:07 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/date_time-duration/lib/date_time/duration.rb
r3645 r3656 9 9 @flag = ( from <= to ) ? 1 : -1 10 10 @from, @to = ( from <= to ) ? [from, to] : [ to, from ] 11 @duration = to - from11 @duration = to.ajd - from.ajd 12 12 end 13 13
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)