restructured classes/modules and files

This commit is contained in:
2010-08-03 14:03:15 +03:00
parent b3eb247e50
commit e6bd7fc000
8 changed files with 306 additions and 295 deletions

View File

@@ -1,4 +1,5 @@
module TimeExt
# Allows iterators' #until and #from methods to chain back to the parent iteration method.
module MethodChain
def add_to_chain(method, *args, &block)