rango 0.0.6 → 0.1.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/doc/0.0.3/Array.html +354 -0
- data/doc/0.0.3/AttributeMixin.html +697 -0
- data/doc/0.0.3/Class.html +102 -0
- data/doc/0.0.3/ColoredString.html +476 -0
- data/doc/0.0.3/Enumerable.html +256 -0
- data/doc/0.0.3/File.html +909 -0
- data/doc/0.0.3/Hash.html +1586 -0
- data/doc/0.0.3/Kernel.html +956 -0
- data/doc/0.0.3/OS.html +740 -0
- data/doc/0.0.3/Object.html +466 -0
- data/doc/0.0.3/ObjectSpace.html +184 -0
- data/doc/0.0.3/Path.html +2499 -0
- data/doc/0.0.3/Range.html +190 -0
- data/doc/0.0.3/Rango.html +379 -0
- data/doc/0.0.3/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.3/Rango/Bundling.html +23 -0
- data/doc/0.0.3/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.3/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.3/Rango/CLI.html +23 -0
- data/doc/0.0.3/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.3/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.3/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.3/Rango/Chainable.html +181 -0
- data/doc/0.0.3/Rango/Configurable.html +199 -0
- data/doc/0.0.3/Rango/Controller.html +962 -0
- data/doc/0.0.3/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.3/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.3/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.3/Rango/Dispatcher.html +305 -0
- data/doc/0.0.3/Rango/Form.html +162 -0
- data/doc/0.0.3/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.3/Rango/Generator.html +93 -0
- data/doc/0.0.3/Rango/GenericViews.html +128 -0
- data/doc/0.0.3/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.3/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.3/Rango/Handler.html +474 -0
- data/doc/0.0.3/Rango/Helpers.html +1335 -0
- data/doc/0.0.3/Rango/Hookable.html +202 -0
- data/doc/0.0.3/Rango/ImportMixin.html +755 -0
- data/doc/0.0.3/Rango/Logger.html +920 -0
- data/doc/0.0.3/Rango/Mini.html +117 -0
- data/doc/0.0.3/Rango/ModelForm.html +42 -0
- data/doc/0.0.3/Rango/Project.html +516 -0
- data/doc/0.0.3/Rango/RenderMixin.html +23 -0
- data/doc/0.0.3/Rango/Request.html +1177 -0
- data/doc/0.0.3/Rango/Route.html +751 -0
- data/doc/0.0.3/Rango/Router.html +42 -0
- data/doc/0.0.3/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.3/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.3/Rango/Session.html +23 -0
- data/doc/0.0.3/Rango/Settings.html +23 -0
- data/doc/0.0.3/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.3/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.3/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.3/Rango/Settings/Template.html +23 -0
- data/doc/0.0.3/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.3/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.3/Rango/Tasks.html +219 -0
- data/doc/0.0.3/Rango/Template.html +95 -0
- data/doc/0.0.3/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.3/Rango/Templates.html +116 -0
- data/doc/0.0.3/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.3/Rango/Templates/Template.html +636 -0
- data/doc/0.0.3/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.3/RangoThor.html +205 -0
- data/doc/0.0.3/String.html +307 -0
- data/doc/0.0.3/Time.html +193 -0
- data/doc/0.0.3/TimeDSL.html +601 -0
- data/doc/0.0.3/all-methods.html +1908 -0
- data/doc/0.0.3/all-namespaces.html +114 -0
- data/doc/0.0.3/app.js +18 -0
- data/doc/0.0.3/head/Array.html +354 -0
- data/doc/0.0.3/head/AttributeMixin.html +697 -0
- data/doc/0.0.3/head/Class.html +102 -0
- data/doc/0.0.3/head/ColoredString.html +476 -0
- data/doc/0.0.3/head/Enumerable.html +256 -0
- data/doc/0.0.3/head/File.html +909 -0
- data/doc/0.0.3/head/Hash.html +1586 -0
- data/doc/0.0.3/head/Kernel.html +956 -0
- data/doc/0.0.3/head/OS.html +740 -0
- data/doc/0.0.3/head/Object.html +466 -0
- data/doc/0.0.3/head/ObjectSpace.html +184 -0
- data/doc/0.0.3/head/Path.html +2499 -0
- data/doc/0.0.3/head/Range.html +190 -0
- data/doc/0.0.3/head/Rango.html +379 -0
- data/doc/0.0.3/head/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.3/head/Rango/Bundling.html +23 -0
- data/doc/0.0.3/head/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.3/head/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.3/head/Rango/CLI.html +23 -0
- data/doc/0.0.3/head/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.3/head/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.3/head/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.3/head/Rango/Chainable.html +181 -0
- data/doc/0.0.3/head/Rango/Configurable.html +199 -0
- data/doc/0.0.3/head/Rango/Controller.html +962 -0
- data/doc/0.0.3/head/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.3/head/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.3/head/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.3/head/Rango/Dispatcher.html +305 -0
- data/doc/0.0.3/head/Rango/Form.html +162 -0
- data/doc/0.0.3/head/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.3/head/Rango/Generator.html +93 -0
- data/doc/0.0.3/head/Rango/GenericViews.html +128 -0
- data/doc/0.0.3/head/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.3/head/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.3/head/Rango/Handler.html +474 -0
- data/doc/0.0.3/head/Rango/Helpers.html +1335 -0
- data/doc/0.0.3/head/Rango/Hookable.html +202 -0
- data/doc/0.0.3/head/Rango/ImportMixin.html +755 -0
- data/doc/0.0.3/head/Rango/Logger.html +920 -0
- data/doc/0.0.3/head/Rango/Mini.html +117 -0
- data/doc/0.0.3/head/Rango/ModelForm.html +42 -0
- data/doc/0.0.3/head/Rango/Project.html +516 -0
- data/doc/0.0.3/head/Rango/RenderMixin.html +23 -0
- data/doc/0.0.3/head/Rango/Request.html +1177 -0
- data/doc/0.0.3/head/Rango/Route.html +751 -0
- data/doc/0.0.3/head/Rango/Router.html +42 -0
- data/doc/0.0.3/head/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.3/head/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.3/head/Rango/Session.html +23 -0
- data/doc/0.0.3/head/Rango/Settings.html +23 -0
- data/doc/0.0.3/head/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.3/head/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.3/head/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.3/head/Rango/Settings/Template.html +23 -0
- data/doc/0.0.3/head/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.3/head/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.3/head/Rango/Tasks.html +219 -0
- data/doc/0.0.3/head/Rango/Template.html +95 -0
- data/doc/0.0.3/head/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.3/head/Rango/Templates.html +116 -0
- data/doc/0.0.3/head/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.3/head/Rango/Templates/Template.html +636 -0
- data/doc/0.0.3/head/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.3/head/RangoThor.html +205 -0
- data/doc/0.0.3/head/String.html +307 -0
- data/doc/0.0.3/head/Time.html +193 -0
- data/doc/0.0.3/head/TimeDSL.html +601 -0
- data/doc/0.0.3/head/all-methods.html +1908 -0
- data/doc/0.0.3/head/all-namespaces.html +114 -0
- data/doc/0.0.3/head/app.js +18 -0
- data/doc/0.0.3/head/index.html +18 -0
- data/doc/0.0.3/head/jquery.js +11 -0
- data/doc/0.0.3/head/readme.html +36 -0
- data/doc/0.0.3/head/style.css +68 -0
- data/doc/0.0.3/head/syntax_highlight.css +21 -0
- data/doc/0.0.3/index.html +18 -0
- data/doc/0.0.3/jquery.js +11 -0
- data/doc/0.0.3/readme.html +36 -0
- data/doc/0.0.3/style.css +68 -0
- data/doc/0.0.3/syntax_highlight.css +21 -0
- data/doc/0.0.4/Array.html +354 -0
- data/doc/0.0.4/AttributeMixin.html +697 -0
- data/doc/0.0.4/Class.html +102 -0
- data/doc/0.0.4/ColoredString.html +476 -0
- data/doc/0.0.4/Enumerable.html +256 -0
- data/doc/0.0.4/File.html +909 -0
- data/doc/0.0.4/Hash.html +1586 -0
- data/doc/0.0.4/Kernel.html +956 -0
- data/doc/0.0.4/OS.html +740 -0
- data/doc/0.0.4/Object.html +466 -0
- data/doc/0.0.4/ObjectSpace.html +184 -0
- data/doc/0.0.4/Path.html +2499 -0
- data/doc/0.0.4/Range.html +190 -0
- data/doc/0.0.4/Rango.html +379 -0
- data/doc/0.0.4/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.4/Rango/Bundling.html +23 -0
- data/doc/0.0.4/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.4/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.4/Rango/CLI.html +23 -0
- data/doc/0.0.4/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.4/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.4/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.4/Rango/Chainable.html +181 -0
- data/doc/0.0.4/Rango/Configurable.html +199 -0
- data/doc/0.0.4/Rango/Controller.html +962 -0
- data/doc/0.0.4/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.4/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.4/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.4/Rango/Dispatcher.html +305 -0
- data/doc/0.0.4/Rango/Form.html +162 -0
- data/doc/0.0.4/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.4/Rango/Generator.html +93 -0
- data/doc/0.0.4/Rango/GenericViews.html +128 -0
- data/doc/0.0.4/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.4/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.4/Rango/Handler.html +474 -0
- data/doc/0.0.4/Rango/Helpers.html +1335 -0
- data/doc/0.0.4/Rango/Hookable.html +202 -0
- data/doc/0.0.4/Rango/ImportMixin.html +755 -0
- data/doc/0.0.4/Rango/Logger.html +920 -0
- data/doc/0.0.4/Rango/Mini.html +117 -0
- data/doc/0.0.4/Rango/ModelForm.html +42 -0
- data/doc/0.0.4/Rango/Project.html +516 -0
- data/doc/0.0.4/Rango/RenderMixin.html +23 -0
- data/doc/0.0.4/Rango/Request.html +1177 -0
- data/doc/0.0.4/Rango/Route.html +751 -0
- data/doc/0.0.4/Rango/Router.html +42 -0
- data/doc/0.0.4/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.4/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.4/Rango/Session.html +23 -0
- data/doc/0.0.4/Rango/Settings.html +23 -0
- data/doc/0.0.4/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.4/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.4/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.4/Rango/Settings/Template.html +23 -0
- data/doc/0.0.4/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.4/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.4/Rango/Tasks.html +219 -0
- data/doc/0.0.4/Rango/Template.html +95 -0
- data/doc/0.0.4/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.4/Rango/Templates.html +116 -0
- data/doc/0.0.4/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.4/Rango/Templates/Template.html +636 -0
- data/doc/0.0.4/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.4/RangoThor.html +205 -0
- data/doc/0.0.4/String.html +307 -0
- data/doc/0.0.4/Time.html +193 -0
- data/doc/0.0.4/TimeDSL.html +601 -0
- data/doc/0.0.4/all-methods.html +1908 -0
- data/doc/0.0.4/all-namespaces.html +114 -0
- data/doc/0.0.4/app.js +18 -0
- data/doc/0.0.4/head/Array.html +354 -0
- data/doc/0.0.4/head/AttributeMixin.html +697 -0
- data/doc/0.0.4/head/Class.html +102 -0
- data/doc/0.0.4/head/ColoredString.html +476 -0
- data/doc/0.0.4/head/Enumerable.html +256 -0
- data/doc/0.0.4/head/File.html +909 -0
- data/doc/0.0.4/head/Hash.html +1586 -0
- data/doc/0.0.4/head/Kernel.html +956 -0
- data/doc/0.0.4/head/OS.html +740 -0
- data/doc/0.0.4/head/Object.html +466 -0
- data/doc/0.0.4/head/ObjectSpace.html +184 -0
- data/doc/0.0.4/head/Path.html +2499 -0
- data/doc/0.0.4/head/Range.html +190 -0
- data/doc/0.0.4/head/Rango.html +379 -0
- data/doc/0.0.4/head/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.4/head/Rango/Bundling.html +23 -0
- data/doc/0.0.4/head/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.4/head/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.4/head/Rango/CLI.html +23 -0
- data/doc/0.0.4/head/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.4/head/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.4/head/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.4/head/Rango/Chainable.html +181 -0
- data/doc/0.0.4/head/Rango/Configurable.html +199 -0
- data/doc/0.0.4/head/Rango/Controller.html +962 -0
- data/doc/0.0.4/head/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.4/head/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.4/head/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.4/head/Rango/Dispatcher.html +305 -0
- data/doc/0.0.4/head/Rango/Form.html +162 -0
- data/doc/0.0.4/head/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.4/head/Rango/Generator.html +93 -0
- data/doc/0.0.4/head/Rango/GenericViews.html +128 -0
- data/doc/0.0.4/head/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.4/head/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.4/head/Rango/Handler.html +474 -0
- data/doc/0.0.4/head/Rango/Helpers.html +1335 -0
- data/doc/0.0.4/head/Rango/Hookable.html +202 -0
- data/doc/0.0.4/head/Rango/ImportMixin.html +755 -0
- data/doc/0.0.4/head/Rango/Logger.html +920 -0
- data/doc/0.0.4/head/Rango/Mini.html +117 -0
- data/doc/0.0.4/head/Rango/ModelForm.html +42 -0
- data/doc/0.0.4/head/Rango/Project.html +516 -0
- data/doc/0.0.4/head/Rango/RenderMixin.html +23 -0
- data/doc/0.0.4/head/Rango/Request.html +1177 -0
- data/doc/0.0.4/head/Rango/Route.html +751 -0
- data/doc/0.0.4/head/Rango/Router.html +42 -0
- data/doc/0.0.4/head/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.4/head/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.4/head/Rango/Session.html +23 -0
- data/doc/0.0.4/head/Rango/Settings.html +23 -0
- data/doc/0.0.4/head/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.4/head/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.4/head/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.4/head/Rango/Settings/Template.html +23 -0
- data/doc/0.0.4/head/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.4/head/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.4/head/Rango/Tasks.html +219 -0
- data/doc/0.0.4/head/Rango/Template.html +95 -0
- data/doc/0.0.4/head/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.4/head/Rango/Templates.html +116 -0
- data/doc/0.0.4/head/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.4/head/Rango/Templates/Template.html +636 -0
- data/doc/0.0.4/head/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.4/head/RangoThor.html +205 -0
- data/doc/0.0.4/head/String.html +307 -0
- data/doc/0.0.4/head/Time.html +193 -0
- data/doc/0.0.4/head/TimeDSL.html +601 -0
- data/doc/0.0.4/head/all-methods.html +1908 -0
- data/doc/0.0.4/head/all-namespaces.html +114 -0
- data/doc/0.0.4/head/app.js +18 -0
- data/doc/0.0.4/head/index.html +18 -0
- data/doc/0.0.4/head/jquery.js +11 -0
- data/doc/0.0.4/head/readme.html +36 -0
- data/doc/0.0.4/head/style.css +68 -0
- data/doc/0.0.4/head/syntax_highlight.css +21 -0
- data/doc/0.0.4/index.html +18 -0
- data/doc/0.0.4/jquery.js +11 -0
- data/doc/0.0.4/readme.html +36 -0
- data/doc/0.0.4/style.css +68 -0
- data/doc/0.0.4/syntax_highlight.css +21 -0
- data/doc/0.0.5/Array.html +354 -0
- data/doc/0.0.5/AttributeMixin.html +697 -0
- data/doc/0.0.5/Class.html +102 -0
- data/doc/0.0.5/ColoredString.html +476 -0
- data/doc/0.0.5/Enumerable.html +256 -0
- data/doc/0.0.5/File.html +909 -0
- data/doc/0.0.5/Hash.html +1586 -0
- data/doc/0.0.5/Kernel.html +956 -0
- data/doc/0.0.5/OS.html +740 -0
- data/doc/0.0.5/Object.html +466 -0
- data/doc/0.0.5/ObjectSpace.html +184 -0
- data/doc/0.0.5/Path.html +2499 -0
- data/doc/0.0.5/Range.html +190 -0
- data/doc/0.0.5/Rango.html +379 -0
- data/doc/0.0.5/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.5/Rango/Bundling.html +23 -0
- data/doc/0.0.5/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.5/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.5/Rango/CLI.html +23 -0
- data/doc/0.0.5/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.5/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.5/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.5/Rango/Chainable.html +181 -0
- data/doc/0.0.5/Rango/Configurable.html +199 -0
- data/doc/0.0.5/Rango/Controller.html +962 -0
- data/doc/0.0.5/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.5/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.5/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.5/Rango/Dispatcher.html +305 -0
- data/doc/0.0.5/Rango/Form.html +162 -0
- data/doc/0.0.5/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.5/Rango/Generator.html +93 -0
- data/doc/0.0.5/Rango/GenericViews.html +128 -0
- data/doc/0.0.5/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.5/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.5/Rango/Handler.html +474 -0
- data/doc/0.0.5/Rango/Helpers.html +1335 -0
- data/doc/0.0.5/Rango/Hookable.html +202 -0
- data/doc/0.0.5/Rango/ImportMixin.html +755 -0
- data/doc/0.0.5/Rango/Logger.html +920 -0
- data/doc/0.0.5/Rango/Mini.html +117 -0
- data/doc/0.0.5/Rango/ModelForm.html +42 -0
- data/doc/0.0.5/Rango/Project.html +516 -0
- data/doc/0.0.5/Rango/RenderMixin.html +23 -0
- data/doc/0.0.5/Rango/Request.html +1177 -0
- data/doc/0.0.5/Rango/Route.html +751 -0
- data/doc/0.0.5/Rango/Router.html +42 -0
- data/doc/0.0.5/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.5/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.5/Rango/Session.html +23 -0
- data/doc/0.0.5/Rango/Settings.html +23 -0
- data/doc/0.0.5/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.5/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.5/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.5/Rango/Settings/Template.html +23 -0
- data/doc/0.0.5/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.5/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.5/Rango/Tasks.html +219 -0
- data/doc/0.0.5/Rango/Template.html +95 -0
- data/doc/0.0.5/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.5/Rango/Templates.html +116 -0
- data/doc/0.0.5/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.5/Rango/Templates/Template.html +636 -0
- data/doc/0.0.5/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.5/RangoThor.html +205 -0
- data/doc/0.0.5/String.html +307 -0
- data/doc/0.0.5/Time.html +193 -0
- data/doc/0.0.5/TimeDSL.html +601 -0
- data/doc/0.0.5/all-methods.html +2092 -0
- data/doc/0.0.5/all-namespaces.html +126 -0
- data/doc/0.0.5/app.js +18 -0
- data/doc/0.0.5/index.html +18 -0
- data/doc/0.0.5/jquery.js +11 -0
- data/doc/0.0.5/readme.html +36 -0
- data/doc/0.0.5/style.css +68 -0
- data/doc/0.0.5/syntax_highlight.css +21 -0
- data/doc/head/Array.html +354 -0
- data/doc/head/AttributeMixin.html +697 -0
- data/doc/head/Class.html +102 -0
- data/doc/head/ColoredString.html +476 -0
- data/doc/head/Enumerable.html +256 -0
- data/doc/head/File.html +909 -0
- data/doc/head/Hash.html +1586 -0
- data/doc/head/Kernel.html +956 -0
- data/doc/head/OS.html +740 -0
- data/doc/head/Object.html +466 -0
- data/doc/head/ObjectSpace.html +184 -0
- data/doc/head/Path.html +2499 -0
- data/doc/head/Range.html +190 -0
- data/doc/head/Rango.html +379 -0
- data/doc/head/Rango/ApplicationMixin.html +396 -0
- data/doc/head/Rango/Bundling.html +23 -0
- data/doc/head/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/head/Rango/Bundling/Strategy.html +703 -0
- data/doc/head/Rango/CLI.html +23 -0
- data/doc/head/Rango/CLI/Generator.html +762 -0
- data/doc/head/Rango/CLI/Templater.html +258 -0
- data/doc/head/Rango/CallableStrategy.html +300 -0
- data/doc/head/Rango/Chainable.html +181 -0
- data/doc/head/Rango/Configurable.html +199 -0
- data/doc/head/Rango/Controller.html +962 -0
- data/doc/head/Rango/ControllerMixin.html +860 -0
- data/doc/head/Rango/ControllerStrategy.html +264 -0
- data/doc/head/Rango/DependencyStrategy.html +116 -0
- data/doc/head/Rango/Dispatcher.html +305 -0
- data/doc/head/Rango/Form.html +162 -0
- data/doc/head/Rango/GemDependencyStrategy.html +210 -0
- data/doc/head/Rango/Generator.html +93 -0
- data/doc/head/Rango/GenericViews.html +128 -0
- data/doc/head/Rango/GitDependencyStrategy.html +224 -0
- data/doc/head/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/head/Rango/Handler.html +474 -0
- data/doc/head/Rango/Helpers.html +1335 -0
- data/doc/head/Rango/Hookable.html +202 -0
- data/doc/head/Rango/ImportMixin.html +755 -0
- data/doc/head/Rango/Logger.html +920 -0
- data/doc/head/Rango/Mini.html +117 -0
- data/doc/head/Rango/ModelForm.html +42 -0
- data/doc/head/Rango/Project.html +516 -0
- data/doc/head/Rango/RenderMixin.html +23 -0
- data/doc/head/Rango/Request.html +1177 -0
- data/doc/head/Rango/Route.html +751 -0
- data/doc/head/Rango/Router.html +42 -0
- data/doc/head/Rango/Router/Dispatcher.html +311 -0
- data/doc/head/Rango/RouterStrategy.html +258 -0
- data/doc/head/Rango/Session.html +23 -0
- data/doc/head/Rango/Settings.html +23 -0
- data/doc/head/Rango/Settings/Erubis.html +23 -0
- data/doc/head/Rango/Settings/Framework.html +254 -0
- data/doc/head/Rango/Settings/Haml.html +23 -0
- data/doc/head/Rango/Settings/Template.html +23 -0
- data/doc/head/Rango/SimpleTemplate.html +187 -0
- data/doc/head/Rango/StrategyMixin.html +261 -0
- data/doc/head/Rango/Tasks.html +219 -0
- data/doc/head/Rango/Template.html +95 -0
- data/doc/head/Rango/Template/Adapter.html +90 -0
- data/doc/head/Rango/Templates.html +116 -0
- data/doc/head/Rango/Templates/Adapter.html +128 -0
- data/doc/head/Rango/Templates/Template.html +636 -0
- data/doc/head/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/head/RangoThor.html +205 -0
- data/doc/head/String.html +307 -0
- data/doc/head/Time.html +193 -0
- data/doc/head/TimeDSL.html +601 -0
- data/doc/head/all-methods.html +2092 -0
- data/doc/head/all-namespaces.html +126 -0
- data/doc/head/app.js +18 -0
- data/doc/head/index.html +18 -0
- data/doc/head/jquery.js +11 -0
- data/doc/head/readme.html +36 -0
- data/doc/head/style.css +68 -0
- data/doc/head/syntax_highlight.css +21 -0
- data/doc/versions/0.0.1/Rango.html +1025 -0
- data/doc/versions/0.0.1/Rango/CallableStrategy.html +166 -0
- data/doc/versions/0.0.1/Rango/ControllerStrategy.html +180 -0
- data/doc/versions/0.0.1/Rango/Route.html +340 -0
- data/doc/versions/0.0.1/Rango/Router.html +502 -0
- data/doc/versions/0.0.1/Rango/RouterStrategy.html +94 -0
- data/doc/versions/0.0.1/Rango/Template.html +28 -0
- data/doc/versions/0.0.1/Rango/Template/Adapter.html +90 -0
- data/doc/versions/0.0.1/all-methods.html +228 -0
- data/doc/versions/0.0.1/all-namespaces.html +36 -0
- data/doc/versions/0.0.1/app.js +18 -0
- data/doc/versions/0.0.1/index.html +18 -0
- data/doc/versions/0.0.1/jquery.js +11 -0
- data/doc/versions/0.0.1/readme.html +137 -0
- data/doc/versions/0.0.1/style.css +68 -0
- data/doc/versions/0.0.1/syntax_highlight.css +21 -0
- data/lib/rango/contrib/pagination.rb +2 -1
- data/lib/rango/contrib/pagination/_pagination.html.haml +4 -4
- data/lib/rango/contrib/pagination/helpers.rb +0 -10
- data/lib/rango/gv.rb +0 -3
- data/lib/rango/helpers/merb-helpers/form/builder.rb +1 -0
- data/lib/rango/mixins/render.rb +0 -3
- data/lib/rango/orm/tasks/{datamapper.rake → datamapper.thor} +16 -9
- data/lib/rango/orm/tasks/{sequel.rake → sequel.thor} +0 -0
- data/lib/rango/rango.rb +4 -17
- data/lib/rango/router.rb +0 -9
- data/lib/rango/router/adapters/usher.rb +1 -1
- data/lib/rango/settings/erubis.rb +0 -2
- data/lib/rango/settings/haml.rb +0 -6
- data/lib/rango/settings/template.rb +1 -3
- data/lib/rango/templates/adapter.rb +1 -1
- data/lib/rango/templates/erubis.rb +2 -2
- data/lib/rango/templates/template.rb +1 -3
- data/lib/rango/templates/templates.txt +1 -1
- data/lib/rango/{utils.rb → testing.rb} +1 -1
- data/rango-0.0.6.pre.gem +0 -0
- data/rango.gemspec +1 -1
- data/rango.pre.gemspec +48 -0
- data/stubs/app/content/init.rb.rbt +0 -3
- data/stubs/app/content/models.rb.rbt +1 -9
- data/stubs/app/content/views.rb.rbt +4 -13
- data/stubs/app/setup.rb +3 -4
- data/stubs/project/content/{Gemfile.rbt → Gemfile} +4 -55
- data/stubs/project/content/Rakefile +9 -0
- data/stubs/project/content/config.ru.rbt +5 -33
- data/stubs/project/content/init.rb.rbt +3 -29
- data/stubs/project/content/spec/spec_helper.rb +6 -17
- data/stubs/project/content/templates/base.html.haml.rbt +22 -9
- data/stubs/project/postprocess.rb +1 -7
- data/stubs/project/setup.rb +1 -4
- data/vendor/cli/Rakefile +1 -19
- data/vendor/media-path/Rakefile +1 -19
- data/vendor/rack/Rakefile +2 -1
- data/vendor/rack/lib/rack.rb +1 -0
- data/vendor/rack/lib/rack/auth/openid.rb +487 -0
- data/vendor/rack/test/spec_rack_auth_openid.rb +84 -0
- data/vendor/rubyexts/Rakefile +1 -19
- data/vendor/rubyexts/lib/rubyexts/kernel.rb +1 -1
- data/vendor/simple-templater/lib/simple-templater/helpers.rb +1 -1
- metadata +486 -16
- data/lib/rango/router/adapters/rack_mount.rb +0 -17
- data/lib/rango/tasks/spec.rake +0 -7
- data/stubs/project/content/Rakefile.rbt +0 -12
- data/stubs/project/content/spec/%name%/init_spec.rb.rbt +0 -7
- data/stubs/project/content/spec/%name%/models_spec.rb.rbt +0 -10
- data/stubs/project/content/spec/%name%/views_spec.rb.rbt +0 -22
- data/stubs/project/content/spec/spec.opts +0 -5
- data/stubs/project/content/templates/index.html.haml +0 -24
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6
|
+
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
|
|
7
|
+
<link rel="stylesheet" href="syntax_highlight.css" type="text/css" charset="utf-8" />
|
|
8
|
+
|
|
9
|
+
<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
|
|
10
|
+
<script src="app.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
+
<title>Module: TimeDSL</title>
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
<div id="content">
|
|
15
|
+
<div class="section module TimeDSL">
|
|
16
|
+
<h1 class="title">Module: TimeDSL</h1>
|
|
17
|
+
<div class="section constants">
|
|
18
|
+
|
|
19
|
+
</div> <div class="section visibilitygroup public">
|
|
20
|
+
<h1>Public Visibility</h1>
|
|
21
|
+
<div class="section methodsummary instance public">
|
|
22
|
+
<h1>Public Instance Method Summary</h1>
|
|
23
|
+
<table class="summary">
|
|
24
|
+
|
|
25
|
+
<tr>
|
|
26
|
+
<th class="signature">
|
|
27
|
+
<span class='name'><a href="#ago-instance_method" title="#ago">#ago</a></span><span class='args'>(time = ::Time.now)</span>
|
|
28
|
+
<span class='block'></span>
|
|
29
|
+
|
|
30
|
+
<span class='alias'>#until</span>
|
|
31
|
+
|
|
32
|
+
</th>
|
|
33
|
+
<td class="docstring">
|
|
34
|
+
<p>
|
|
35
|
+
Reads best without arguments: 10.
|
|
36
|
+
</p>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
</td>
|
|
40
|
+
</tr>
|
|
41
|
+
|
|
42
|
+
<tr>
|
|
43
|
+
<th class="signature">
|
|
44
|
+
<span class='name'><a href="#day-instance_method" title="#day">#day</a></span><span class='args'></span>
|
|
45
|
+
<span class='block'></span>
|
|
46
|
+
|
|
47
|
+
<span class='alias'>#days</span>
|
|
48
|
+
|
|
49
|
+
</th>
|
|
50
|
+
<td class="docstring">
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</td>
|
|
54
|
+
</tr>
|
|
55
|
+
|
|
56
|
+
<tr>
|
|
57
|
+
<th class="signature">
|
|
58
|
+
<span class='name'><a href="#hour-instance_method" title="#hour">#hour</a></span><span class='args'></span>
|
|
59
|
+
<span class='block'></span>
|
|
60
|
+
|
|
61
|
+
<span class='alias'>#hours</span>
|
|
62
|
+
|
|
63
|
+
</th>
|
|
64
|
+
<td class="docstring">
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
</td>
|
|
68
|
+
</tr>
|
|
69
|
+
|
|
70
|
+
<tr>
|
|
71
|
+
<th class="signature">
|
|
72
|
+
<span class='name'><a href="#minute-instance_method" title="#minute">#minute</a></span><span class='args'></span>
|
|
73
|
+
<span class='block'></span>
|
|
74
|
+
|
|
75
|
+
<span class='alias'>#minutes</span>
|
|
76
|
+
|
|
77
|
+
</th>
|
|
78
|
+
<td class="docstring">
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
</td>
|
|
82
|
+
</tr>
|
|
83
|
+
|
|
84
|
+
<tr>
|
|
85
|
+
<th class="signature">
|
|
86
|
+
<span class='name'><a href="#month-instance_method" title="#month">#month</a></span><span class='args'></span>
|
|
87
|
+
<span class='block'></span>
|
|
88
|
+
|
|
89
|
+
<span class='alias'>#months</span>
|
|
90
|
+
|
|
91
|
+
</th>
|
|
92
|
+
<td class="docstring">
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
</td>
|
|
96
|
+
</tr>
|
|
97
|
+
|
|
98
|
+
<tr>
|
|
99
|
+
<th class="signature">
|
|
100
|
+
<span class='name'><a href="#second-instance_method" title="#second">#second</a></span><span class='args'></span>
|
|
101
|
+
<span class='block'></span>
|
|
102
|
+
|
|
103
|
+
<span class='alias'>#seconds</span>
|
|
104
|
+
|
|
105
|
+
</th>
|
|
106
|
+
<td class="docstring">
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
</td>
|
|
110
|
+
</tr>
|
|
111
|
+
|
|
112
|
+
<tr>
|
|
113
|
+
<th class="signature">
|
|
114
|
+
<span class='name'><a href="#since-instance_method" title="#since">#since</a></span><span class='args'>(time = ::Time.now)</span>
|
|
115
|
+
<span class='block'></span>
|
|
116
|
+
|
|
117
|
+
<span class='alias'>#from_now</span>
|
|
118
|
+
|
|
119
|
+
</th>
|
|
120
|
+
<td class="docstring">
|
|
121
|
+
<p>
|
|
122
|
+
Reads best with argument: 10.
|
|
123
|
+
</p>
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
</td>
|
|
127
|
+
</tr>
|
|
128
|
+
|
|
129
|
+
<tr>
|
|
130
|
+
<th class="signature">
|
|
131
|
+
<span class='name'><a href="#week-instance_method" title="#week">#week</a></span><span class='args'></span>
|
|
132
|
+
<span class='block'></span>
|
|
133
|
+
|
|
134
|
+
<span class='alias'>#weeks</span>
|
|
135
|
+
|
|
136
|
+
</th>
|
|
137
|
+
<td class="docstring">
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
</td>
|
|
141
|
+
</tr>
|
|
142
|
+
|
|
143
|
+
<tr>
|
|
144
|
+
<th class="signature">
|
|
145
|
+
<span class='name'><a href="#year-instance_method" title="#year">#year</a></span><span class='args'></span>
|
|
146
|
+
<span class='block'></span>
|
|
147
|
+
|
|
148
|
+
<span class='alias'>#years</span>
|
|
149
|
+
|
|
150
|
+
</th>
|
|
151
|
+
<td class="docstring">
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
</td>
|
|
155
|
+
</tr>
|
|
156
|
+
|
|
157
|
+
</table>
|
|
158
|
+
</div>
|
|
159
|
+
<div class="section methoddetails instance public">
|
|
160
|
+
<h1>Public Instance Method Details</h1>
|
|
161
|
+
|
|
162
|
+
<div class="method">
|
|
163
|
+
<div class="method_header">
|
|
164
|
+
<h3>ago</h3>
|
|
165
|
+
</div><div id="ago-instance_method" class="section method">
|
|
166
|
+
<div class="details_title">
|
|
167
|
+
<div class='section methodsignature'>
|
|
168
|
+
<tt class='def'>
|
|
169
|
+
<span class='visibility'>public</span>
|
|
170
|
+
<span class='return_types'></span>
|
|
171
|
+
<span class='name'>ago</span><span class='args'>(time = ::Time.now)</span>
|
|
172
|
+
<span class='block'></span>
|
|
173
|
+
</tt>
|
|
174
|
+
</div>
|
|
175
|
+
<p class="aliases">
|
|
176
|
+
<span class="aka">Also known as:</span>
|
|
177
|
+
|
|
178
|
+
<tt id="until-instance_method">until</tt>
|
|
179
|
+
|
|
180
|
+
</p>
|
|
181
|
+
</div><div class="section docstring">
|
|
182
|
+
<p>
|
|
183
|
+
Reads best without arguments: 10.minutes.ago
|
|
184
|
+
</p>
|
|
185
|
+
|
|
186
|
+
</div><div class="section source">
|
|
187
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
188
|
+
<div class="source_code">
|
|
189
|
+
<table>
|
|
190
|
+
<tr>
|
|
191
|
+
<td>
|
|
192
|
+
<pre class="lines">
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
50
|
|
196
|
+
51
|
|
197
|
+
52</pre>
|
|
198
|
+
</td>
|
|
199
|
+
<td>
|
|
200
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 50</span>
|
|
201
|
+
|
|
202
|
+
<span class='def def kw'>def</span> <span class='ago identifier id'>ago</span><span class='lparen token'>(</span><span class='time identifier id'>time</span> <span class='assign token'>=</span> <span class='colon3 op'>::</span><span class='Time constant id'>Time</span><span class='dot token'>.</span><span class='now identifier id'>now</span><span class='rparen token'>)</span>
|
|
203
|
+
<span class='time identifier id'>time</span> <span class='minus op'>-</span> <span class='self self kw'>self</span>
|
|
204
|
+
<span class='end end kw'>end</span>
|
|
205
|
+
</pre>
|
|
206
|
+
</td>
|
|
207
|
+
</tr>
|
|
208
|
+
</table>
|
|
209
|
+
</div>
|
|
210
|
+
</div>
|
|
211
|
+
</div>
|
|
212
|
+
</div>
|
|
213
|
+
|
|
214
|
+
<div class="method">
|
|
215
|
+
<div class="method_header">
|
|
216
|
+
<h3>day</h3>
|
|
217
|
+
</div><div id="day-instance_method" class="section method">
|
|
218
|
+
<div class="details_title">
|
|
219
|
+
<div class='section methodsignature'>
|
|
220
|
+
<tt class='def'>
|
|
221
|
+
<span class='visibility'>public</span>
|
|
222
|
+
<span class='return_types'></span>
|
|
223
|
+
<span class='name'>day</span><span class='args'></span>
|
|
224
|
+
<span class='block'></span>
|
|
225
|
+
</tt>
|
|
226
|
+
</div>
|
|
227
|
+
<p class="aliases">
|
|
228
|
+
<span class="aka">Also known as:</span>
|
|
229
|
+
|
|
230
|
+
<tt id="days-instance_method">days</tt>
|
|
231
|
+
|
|
232
|
+
</p>
|
|
233
|
+
</div><div class="section source">
|
|
234
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
235
|
+
<div class="source_code">
|
|
236
|
+
<table>
|
|
237
|
+
<tr>
|
|
238
|
+
<td>
|
|
239
|
+
<pre class="lines">
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
29
|
|
243
|
+
30
|
|
244
|
+
31</pre>
|
|
245
|
+
</td>
|
|
246
|
+
<td>
|
|
247
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 29</span>
|
|
248
|
+
|
|
249
|
+
<span class='def def kw'>def</span> <span class='day identifier id'>day</span>
|
|
250
|
+
<span class='self self kw'>self</span> <span class='mult op'>*</span> <span class='integer val'>86400</span>
|
|
251
|
+
<span class='end end kw'>end</span>
|
|
252
|
+
</pre>
|
|
253
|
+
</td>
|
|
254
|
+
</tr>
|
|
255
|
+
</table>
|
|
256
|
+
</div>
|
|
257
|
+
</div>
|
|
258
|
+
</div>
|
|
259
|
+
</div>
|
|
260
|
+
|
|
261
|
+
<div class="method">
|
|
262
|
+
<div class="method_header">
|
|
263
|
+
<h3>hour</h3>
|
|
264
|
+
</div><div id="hour-instance_method" class="section method">
|
|
265
|
+
<div class="details_title">
|
|
266
|
+
<div class='section methodsignature'>
|
|
267
|
+
<tt class='def'>
|
|
268
|
+
<span class='visibility'>public</span>
|
|
269
|
+
<span class='return_types'></span>
|
|
270
|
+
<span class='name'>hour</span><span class='args'></span>
|
|
271
|
+
<span class='block'></span>
|
|
272
|
+
</tt>
|
|
273
|
+
</div>
|
|
274
|
+
<p class="aliases">
|
|
275
|
+
<span class="aka">Also known as:</span>
|
|
276
|
+
|
|
277
|
+
<tt id="hours-instance_method">hours</tt>
|
|
278
|
+
|
|
279
|
+
</p>
|
|
280
|
+
</div><div class="section source">
|
|
281
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
282
|
+
<div class="source_code">
|
|
283
|
+
<table>
|
|
284
|
+
<tr>
|
|
285
|
+
<td>
|
|
286
|
+
<pre class="lines">
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
24
|
|
290
|
+
25
|
|
291
|
+
26</pre>
|
|
292
|
+
</td>
|
|
293
|
+
<td>
|
|
294
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 24</span>
|
|
295
|
+
|
|
296
|
+
<span class='def def kw'>def</span> <span class='hour identifier id'>hour</span>
|
|
297
|
+
<span class='self self kw'>self</span> <span class='mult op'>*</span> <span class='integer val'>3600</span>
|
|
298
|
+
<span class='end end kw'>end</span>
|
|
299
|
+
</pre>
|
|
300
|
+
</td>
|
|
301
|
+
</tr>
|
|
302
|
+
</table>
|
|
303
|
+
</div>
|
|
304
|
+
</div>
|
|
305
|
+
</div>
|
|
306
|
+
</div>
|
|
307
|
+
|
|
308
|
+
<div class="method">
|
|
309
|
+
<div class="method_header">
|
|
310
|
+
<h3>minute</h3>
|
|
311
|
+
</div><div id="minute-instance_method" class="section method">
|
|
312
|
+
<div class="details_title">
|
|
313
|
+
<div class='section methodsignature'>
|
|
314
|
+
<tt class='def'>
|
|
315
|
+
<span class='visibility'>public</span>
|
|
316
|
+
<span class='return_types'></span>
|
|
317
|
+
<span class='name'>minute</span><span class='args'></span>
|
|
318
|
+
<span class='block'></span>
|
|
319
|
+
</tt>
|
|
320
|
+
</div>
|
|
321
|
+
<p class="aliases">
|
|
322
|
+
<span class="aka">Also known as:</span>
|
|
323
|
+
|
|
324
|
+
<tt id="minutes-instance_method">minutes</tt>
|
|
325
|
+
|
|
326
|
+
</p>
|
|
327
|
+
</div><div class="section source">
|
|
328
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
329
|
+
<div class="source_code">
|
|
330
|
+
<table>
|
|
331
|
+
<tr>
|
|
332
|
+
<td>
|
|
333
|
+
<pre class="lines">
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
19
|
|
337
|
+
20
|
|
338
|
+
21</pre>
|
|
339
|
+
</td>
|
|
340
|
+
<td>
|
|
341
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 19</span>
|
|
342
|
+
|
|
343
|
+
<span class='def def kw'>def</span> <span class='minute identifier id'>minute</span>
|
|
344
|
+
<span class='self self kw'>self</span> <span class='mult op'>*</span> <span class='integer val'>60</span>
|
|
345
|
+
<span class='end end kw'>end</span>
|
|
346
|
+
</pre>
|
|
347
|
+
</td>
|
|
348
|
+
</tr>
|
|
349
|
+
</table>
|
|
350
|
+
</div>
|
|
351
|
+
</div>
|
|
352
|
+
</div>
|
|
353
|
+
</div>
|
|
354
|
+
|
|
355
|
+
<div class="method">
|
|
356
|
+
<div class="method_header">
|
|
357
|
+
<h3>month</h3>
|
|
358
|
+
</div><div id="month-instance_method" class="section method">
|
|
359
|
+
<div class="details_title">
|
|
360
|
+
<div class='section methodsignature'>
|
|
361
|
+
<tt class='def'>
|
|
362
|
+
<span class='visibility'>public</span>
|
|
363
|
+
<span class='return_types'></span>
|
|
364
|
+
<span class='name'>month</span><span class='args'></span>
|
|
365
|
+
<span class='block'></span>
|
|
366
|
+
</tt>
|
|
367
|
+
</div>
|
|
368
|
+
<p class="aliases">
|
|
369
|
+
<span class="aka">Also known as:</span>
|
|
370
|
+
|
|
371
|
+
<tt id="months-instance_method">months</tt>
|
|
372
|
+
|
|
373
|
+
</p>
|
|
374
|
+
</div><div class="section source">
|
|
375
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
376
|
+
<div class="source_code">
|
|
377
|
+
<table>
|
|
378
|
+
<tr>
|
|
379
|
+
<td>
|
|
380
|
+
<pre class="lines">
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
39
|
|
384
|
+
40
|
|
385
|
+
41</pre>
|
|
386
|
+
</td>
|
|
387
|
+
<td>
|
|
388
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 39</span>
|
|
389
|
+
|
|
390
|
+
<span class='def def kw'>def</span> <span class='month identifier id'>month</span>
|
|
391
|
+
<span class='self self kw'>self</span> <span class='mult op'>*</span> <span class='integer val'>2592000</span>
|
|
392
|
+
<span class='end end kw'>end</span>
|
|
393
|
+
</pre>
|
|
394
|
+
</td>
|
|
395
|
+
</tr>
|
|
396
|
+
</table>
|
|
397
|
+
</div>
|
|
398
|
+
</div>
|
|
399
|
+
</div>
|
|
400
|
+
</div>
|
|
401
|
+
|
|
402
|
+
<div class="method">
|
|
403
|
+
<div class="method_header">
|
|
404
|
+
<h3>second</h3>
|
|
405
|
+
</div><div id="second-instance_method" class="section method">
|
|
406
|
+
<div class="details_title">
|
|
407
|
+
<div class='section methodsignature'>
|
|
408
|
+
<tt class='def'>
|
|
409
|
+
<span class='visibility'>public</span>
|
|
410
|
+
<span class='return_types'></span>
|
|
411
|
+
<span class='name'>second</span><span class='args'></span>
|
|
412
|
+
<span class='block'></span>
|
|
413
|
+
</tt>
|
|
414
|
+
</div>
|
|
415
|
+
<p class="aliases">
|
|
416
|
+
<span class="aka">Also known as:</span>
|
|
417
|
+
|
|
418
|
+
<tt id="seconds-instance_method">seconds</tt>
|
|
419
|
+
|
|
420
|
+
</p>
|
|
421
|
+
</div><div class="section source">
|
|
422
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
423
|
+
<div class="source_code">
|
|
424
|
+
<table>
|
|
425
|
+
<tr>
|
|
426
|
+
<td>
|
|
427
|
+
<pre class="lines">
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
14
|
|
431
|
+
15
|
|
432
|
+
16</pre>
|
|
433
|
+
</td>
|
|
434
|
+
<td>
|
|
435
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 14</span>
|
|
436
|
+
|
|
437
|
+
<span class='def def kw'>def</span> <span class='second identifier id'>second</span>
|
|
438
|
+
<span class='self self kw'>self</span> <span class='mult op'>*</span> <span class='integer val'>1</span>
|
|
439
|
+
<span class='end end kw'>end</span>
|
|
440
|
+
</pre>
|
|
441
|
+
</td>
|
|
442
|
+
</tr>
|
|
443
|
+
</table>
|
|
444
|
+
</div>
|
|
445
|
+
</div>
|
|
446
|
+
</div>
|
|
447
|
+
</div>
|
|
448
|
+
|
|
449
|
+
<div class="method">
|
|
450
|
+
<div class="method_header">
|
|
451
|
+
<h3>since</h3>
|
|
452
|
+
</div><div id="since-instance_method" class="section method">
|
|
453
|
+
<div class="details_title">
|
|
454
|
+
<div class='section methodsignature'>
|
|
455
|
+
<tt class='def'>
|
|
456
|
+
<span class='visibility'>public</span>
|
|
457
|
+
<span class='return_types'></span>
|
|
458
|
+
<span class='name'>since</span><span class='args'>(time = ::Time.now)</span>
|
|
459
|
+
<span class='block'></span>
|
|
460
|
+
</tt>
|
|
461
|
+
</div>
|
|
462
|
+
<p class="aliases">
|
|
463
|
+
<span class="aka">Also known as:</span>
|
|
464
|
+
|
|
465
|
+
<tt id="from_now-instance_method">from_now</tt>
|
|
466
|
+
|
|
467
|
+
</p>
|
|
468
|
+
</div><div class="section docstring">
|
|
469
|
+
<p>
|
|
470
|
+
Reads best with argument: 10.minutes.since(time)
|
|
471
|
+
</p>
|
|
472
|
+
|
|
473
|
+
</div><div class="section source">
|
|
474
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
475
|
+
<div class="source_code">
|
|
476
|
+
<table>
|
|
477
|
+
<tr>
|
|
478
|
+
<td>
|
|
479
|
+
<pre class="lines">
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
56
|
|
483
|
+
57
|
|
484
|
+
58</pre>
|
|
485
|
+
</td>
|
|
486
|
+
<td>
|
|
487
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 56</span>
|
|
488
|
+
|
|
489
|
+
<span class='def def kw'>def</span> <span class='since identifier id'>since</span><span class='lparen token'>(</span><span class='time identifier id'>time</span> <span class='assign token'>=</span> <span class='colon3 op'>::</span><span class='Time constant id'>Time</span><span class='dot token'>.</span><span class='now identifier id'>now</span><span class='rparen token'>)</span>
|
|
490
|
+
<span class='time identifier id'>time</span> <span class='plus op'>+</span> <span class='self self kw'>self</span>
|
|
491
|
+
<span class='end end kw'>end</span>
|
|
492
|
+
</pre>
|
|
493
|
+
</td>
|
|
494
|
+
</tr>
|
|
495
|
+
</table>
|
|
496
|
+
</div>
|
|
497
|
+
</div>
|
|
498
|
+
</div>
|
|
499
|
+
</div>
|
|
500
|
+
|
|
501
|
+
<div class="method">
|
|
502
|
+
<div class="method_header">
|
|
503
|
+
<h3>week</h3>
|
|
504
|
+
</div><div id="week-instance_method" class="section method">
|
|
505
|
+
<div class="details_title">
|
|
506
|
+
<div class='section methodsignature'>
|
|
507
|
+
<tt class='def'>
|
|
508
|
+
<span class='visibility'>public</span>
|
|
509
|
+
<span class='return_types'></span>
|
|
510
|
+
<span class='name'>week</span><span class='args'></span>
|
|
511
|
+
<span class='block'></span>
|
|
512
|
+
</tt>
|
|
513
|
+
</div>
|
|
514
|
+
<p class="aliases">
|
|
515
|
+
<span class="aka">Also known as:</span>
|
|
516
|
+
|
|
517
|
+
<tt id="weeks-instance_method">weeks</tt>
|
|
518
|
+
|
|
519
|
+
</p>
|
|
520
|
+
</div><div class="section source">
|
|
521
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
522
|
+
<div class="source_code">
|
|
523
|
+
<table>
|
|
524
|
+
<tr>
|
|
525
|
+
<td>
|
|
526
|
+
<pre class="lines">
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
34
|
|
530
|
+
35
|
|
531
|
+
36</pre>
|
|
532
|
+
</td>
|
|
533
|
+
<td>
|
|
534
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 34</span>
|
|
535
|
+
|
|
536
|
+
<span class='def def kw'>def</span> <span class='week identifier id'>week</span>
|
|
537
|
+
<span class='self self kw'>self</span> <span class='mult op'>*</span> <span class='integer val'>604800</span>
|
|
538
|
+
<span class='end end kw'>end</span>
|
|
539
|
+
</pre>
|
|
540
|
+
</td>
|
|
541
|
+
</tr>
|
|
542
|
+
</table>
|
|
543
|
+
</div>
|
|
544
|
+
</div>
|
|
545
|
+
</div>
|
|
546
|
+
</div>
|
|
547
|
+
|
|
548
|
+
<div class="method">
|
|
549
|
+
<div class="method_header">
|
|
550
|
+
<h3>year</h3>
|
|
551
|
+
</div><div id="year-instance_method" class="section method">
|
|
552
|
+
<div class="details_title">
|
|
553
|
+
<div class='section methodsignature'>
|
|
554
|
+
<tt class='def'>
|
|
555
|
+
<span class='visibility'>public</span>
|
|
556
|
+
<span class='return_types'></span>
|
|
557
|
+
<span class='name'>year</span><span class='args'></span>
|
|
558
|
+
<span class='block'></span>
|
|
559
|
+
</tt>
|
|
560
|
+
</div>
|
|
561
|
+
<p class="aliases">
|
|
562
|
+
<span class="aka">Also known as:</span>
|
|
563
|
+
|
|
564
|
+
<tt id="years-instance_method">years</tt>
|
|
565
|
+
|
|
566
|
+
</p>
|
|
567
|
+
</div><div class="section source">
|
|
568
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
|
569
|
+
<div class="source_code">
|
|
570
|
+
<table>
|
|
571
|
+
<tr>
|
|
572
|
+
<td>
|
|
573
|
+
<pre class="lines">
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
44
|
|
577
|
+
45
|
|
578
|
+
46</pre>
|
|
579
|
+
</td>
|
|
580
|
+
<td>
|
|
581
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/time_dsl.rb', line 44</span>
|
|
582
|
+
|
|
583
|
+
<span class='def def kw'>def</span> <span class='year identifier id'>year</span>
|
|
584
|
+
<span class='self self kw'>self</span> <span class='mult op'>*</span> <span class='integer val'>31471200</span>
|
|
585
|
+
<span class='end end kw'>end</span>
|
|
586
|
+
</pre>
|
|
587
|
+
</td>
|
|
588
|
+
</tr>
|
|
589
|
+
</table>
|
|
590
|
+
</div>
|
|
591
|
+
</div>
|
|
592
|
+
</div>
|
|
593
|
+
</div>
|
|
594
|
+
|
|
595
|
+
</div>
|
|
596
|
+
</div>
|
|
597
|
+
|
|
598
|
+
</div>
|
|
599
|
+
</div>
|
|
600
|
+
</body>
|
|
601
|
+
</html>
|