rango 0.0.6 → 0.1.pre
Sign up to get free protection for your applications and to get access to all the features.
- 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,102 @@
|
|
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>Class: Class</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="content">
|
15
|
+
<div class="section class Class">
|
16
|
+
<h1 class="title">Class: Class</h1>
|
17
|
+
<div class="section inheritance">
|
18
|
+
<ul>
|
19
|
+
<li><a href="Object.html" title="Object">Object</a></li><ul><li>Class</li>
|
20
|
+
</ul></ul>
|
21
|
+
</div><div class="section constants">
|
22
|
+
|
23
|
+
</div> <div class="section visibilitygroup public">
|
24
|
+
<h1>Public Visibility</h1>
|
25
|
+
<div class="section methodsummary instance public">
|
26
|
+
<h1>Public Instance Method Summary</h1>
|
27
|
+
<table class="summary">
|
28
|
+
|
29
|
+
<tr>
|
30
|
+
<th class="signature">
|
31
|
+
<span class='name'><a href="#controller%3F-instance_method" title="#controller?">#controller?</a></span><span class='args'></span>
|
32
|
+
<span class='block'></span>
|
33
|
+
|
34
|
+
</th>
|
35
|
+
<td class="docstring">
|
36
|
+
|
37
|
+
|
38
|
+
</td>
|
39
|
+
</tr>
|
40
|
+
|
41
|
+
</table><div class="inherited">
|
42
|
+
|
43
|
+
<div>
|
44
|
+
<h1>Public Instance Methods Inherited from <a href="Object.html" title="Object">Object</a></h1>
|
45
|
+
<p><span class='name'><a href="Object.html#try-instance_method" title="try">try</a></span></p>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
</div>
|
49
|
+
<div class="clear"></div>
|
50
|
+
</div>
|
51
|
+
<div class="section methoddetails instance public">
|
52
|
+
<h1>Public Instance Method Details</h1>
|
53
|
+
|
54
|
+
<div class="method">
|
55
|
+
<div class="method_header">
|
56
|
+
<h3>controller?</h3>
|
57
|
+
</div><div id="controller%3F-instance_method" class="section method">
|
58
|
+
<div class="details_title">
|
59
|
+
<div class='section methodsignature'>
|
60
|
+
<tt class='def'>
|
61
|
+
<span class='visibility'>public</span>
|
62
|
+
<span class='return_types'></span>
|
63
|
+
<span class='name'>controller?</span><span class='args'></span>
|
64
|
+
<span class='block'></span>
|
65
|
+
</tt>
|
66
|
+
</div>
|
67
|
+
|
68
|
+
</div><div class="section source">
|
69
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
70
|
+
<div class="source_code">
|
71
|
+
<table>
|
72
|
+
<tr>
|
73
|
+
<td>
|
74
|
+
<pre class="lines">
|
75
|
+
|
76
|
+
|
77
|
+
71
|
78
|
+
72
|
79
|
+
73</pre>
|
80
|
+
</td>
|
81
|
+
<td>
|
82
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/kernel.rb', line 71</span>
|
83
|
+
|
84
|
+
<span class='def def kw'>def</span> <span class='controller? fid id'>controller?</span>
|
85
|
+
<span class='false false kw'>false</span>
|
86
|
+
<span class='end end kw'>end</span>
|
87
|
+
</pre>
|
88
|
+
</td>
|
89
|
+
</tr>
|
90
|
+
</table>
|
91
|
+
</div>
|
92
|
+
</div>
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
|
96
|
+
</div>
|
97
|
+
</div>
|
98
|
+
|
99
|
+
</div>
|
100
|
+
</div>
|
101
|
+
</body>
|
102
|
+
</html>
|
@@ -0,0 +1,476 @@
|
|
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>Class: ColoredString</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="content">
|
15
|
+
<div class="section class ColoredString">
|
16
|
+
<h1 class="title">Class: ColoredString</h1>
|
17
|
+
<div class="section inheritance">
|
18
|
+
<ul>
|
19
|
+
<li><a href="Object.html" title="Object">Object</a></li><ul><li>ColoredString</li>
|
20
|
+
</ul></ul>
|
21
|
+
</div><div class="section attributes">
|
22
|
+
<h1>Attributes</h1>
|
23
|
+
|
24
|
+
|
25
|
+
<div class="instance">
|
26
|
+
<h2>Instance Attributes</h2>
|
27
|
+
<table>
|
28
|
+
|
29
|
+
<tr>
|
30
|
+
<th class="name">colors</td>
|
31
|
+
<td class="readwrite">
|
32
|
+
[<span id='colors-instance_method'>R</span><span id='colors%3D-instance_method'>W</span>]
|
33
|
+
</td>
|
34
|
+
<td class="visibility">
|
35
|
+
public
|
36
|
+
</td>
|
37
|
+
<td class="docstring">
|
38
|
+
<p>
|
39
|
+
Returns the value of attribute <tt>colors</tt>.
|
40
|
+
</p>
|
41
|
+
|
42
|
+
|
43
|
+
</td>
|
44
|
+
</tr>
|
45
|
+
|
46
|
+
</table>
|
47
|
+
</div>
|
48
|
+
|
49
|
+
</div><div class="section constants">
|
50
|
+
<div class="thisclass">
|
51
|
+
<h1>Constants</h1>
|
52
|
+
<dl>
|
53
|
+
|
54
|
+
<dt id="ATTRIBUTES-constant">ATTRIBUTES</dt>
|
55
|
+
<dd>{
|
56
|
+
clear: 0,
|
57
|
+
reset: 0, # synonym for :clear
|
58
|
+
bold: 1,
|
59
|
+
dark: 2,
|
60
|
+
italic: 3, # not widely implemented
|
61
|
+
underline: 4,
|
62
|
+
underscore: 4, # synonym for :underline
|
63
|
+
blink: 5,
|
64
|
+
rapid_blink: 6, # not widely implemented
|
65
|
+
negative: 7, # no reverse because of String#reverse
|
66
|
+
concealed: 8,
|
67
|
+
strikethrough: 9, # not widely implemented
|
68
|
+
black: 30,
|
69
|
+
red: 31,
|
70
|
+
green: 32,
|
71
|
+
yellow: 33,
|
72
|
+
blue: 34,
|
73
|
+
magenta: 35,
|
74
|
+
cyan: 36,
|
75
|
+
white: 37,
|
76
|
+
on_black: 40,
|
77
|
+
on_red: 41,
|
78
|
+
on_green: 42,
|
79
|
+
on_yellow: 43,
|
80
|
+
on_blue: 44,
|
81
|
+
on_magenta: 45,
|
82
|
+
on_cyan: 46,
|
83
|
+
on_white: 47,
|
84
|
+
}</dd>
|
85
|
+
|
86
|
+
</dl>
|
87
|
+
</div>
|
88
|
+
|
89
|
+
</div><div class="section constructor">
|
90
|
+
<h1>Constructor Summary</h1>
|
91
|
+
<div id="initialize-instance_method" class="section method">
|
92
|
+
<div class="details_title">
|
93
|
+
<div class='section methodsignature'>
|
94
|
+
<tt class='def'>
|
95
|
+
<span class='visibility'>public</span>
|
96
|
+
<span class='return_types'></span>
|
97
|
+
<span class='name'>initialize</span><span class='args'>(string = "")</span>
|
98
|
+
<span class='block'></span>
|
99
|
+
</tt>
|
100
|
+
</div>
|
101
|
+
|
102
|
+
</div><div class="section source">
|
103
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
104
|
+
<div class="source_code">
|
105
|
+
<table>
|
106
|
+
<tr>
|
107
|
+
<td>
|
108
|
+
<pre class="lines">
|
109
|
+
|
110
|
+
|
111
|
+
59
|
112
|
+
60
|
113
|
+
61
|
114
|
+
62</pre>
|
115
|
+
</td>
|
116
|
+
<td>
|
117
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/colored_string.rb', line 59</span>
|
118
|
+
|
119
|
+
<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='string identifier id'>string</span> <span class='assign token'>=</span> <span class='string val'>""</span><span class='rparen token'>)</span>
|
120
|
+
<span class='@string ivar id'>@string</span> <span class='assign token'>=</span> <span class='string identifier id'>string</span>
|
121
|
+
<span class='@colors ivar id'>@colors</span> <span class='assign token'>=</span> <span class='Array constant id'>Array</span><span class='dot token'>.</span><span class='new identifier id'>new</span>
|
122
|
+
<span class='end end kw'>end</span>
|
123
|
+
</pre>
|
124
|
+
</td>
|
125
|
+
</tr>
|
126
|
+
</table>
|
127
|
+
</div>
|
128
|
+
</div>
|
129
|
+
</div>
|
130
|
+
</div><div class="section methodmissing">
|
131
|
+
<h1>Dynamic Method Handling</h1>
|
132
|
+
|
133
|
+
<p class="note">
|
134
|
+
This class handles dynamic methods through the <tt>method_missing</tt> method
|
135
|
+
|
136
|
+
</p>
|
137
|
+
|
138
|
+
<div id="method_missing-instance_method" class="section method">
|
139
|
+
<div class="details_title">
|
140
|
+
<div class='section methodsignature'>
|
141
|
+
<tt class='def'>
|
142
|
+
<span class='visibility'>public</span>
|
143
|
+
<span class='return_types'></span>
|
144
|
+
<span class='name'>method_missing</span><span class='args'>(method, *args, &block)</span>
|
145
|
+
<span class='block'></span>
|
146
|
+
</tt>
|
147
|
+
</div>
|
148
|
+
|
149
|
+
</div><div class="section source">
|
150
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
151
|
+
<div class="source_code">
|
152
|
+
<table>
|
153
|
+
<tr>
|
154
|
+
<td>
|
155
|
+
<pre class="lines">
|
156
|
+
|
157
|
+
|
158
|
+
92
|
159
|
+
93
|
160
|
+
94
|
161
|
+
95
|
162
|
+
96
|
163
|
+
97
|
164
|
+
98
|
165
|
+
99
|
166
|
+
100
|
167
|
+
101
|
168
|
+
102
|
169
|
+
103
|
170
|
+
104</pre>
|
171
|
+
</td>
|
172
|
+
<td>
|
173
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/colored_string.rb', line 92</span>
|
174
|
+
|
175
|
+
<span class='def def kw'>def</span> <span class='method_missing identifier id'>method_missing</span><span class='lparen token'>(</span><span class='method identifier id'>method</span><span class='comma token'>,</span> <span class='mult op'>*</span><span class='args identifier id'>args</span><span class='comma token'>,</span> <span class='bitand op'>&</span><span class='block identifier id'>block</span><span class='rparen token'>)</span>
|
176
|
+
<span class='returned identifier id'>returned</span> <span class='assign token'>=</span> <span class='@string ivar id'>@string</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='method identifier id'>method</span><span class='comma token'>,</span> <span class='mult op'>*</span><span class='args identifier id'>args</span><span class='comma token'>,</span> <span class='bitand op'>&</span><span class='block identifier id'>block</span><span class='rparen token'>)</span>
|
177
|
+
<span class='comment val'># Bang methods like upcase!</span>
|
178
|
+
<span class='if if kw'>if</span> <span class='returned identifier id'>returned</span><span class='dot token'>.</span><span class='is_a? fid id'>is_a?</span><span class='lparen token'>(</span><span class='String constant id'>String</span><span class='rparen token'>)</span> <span class='and and kw'>and</span> <span class='@string ivar id'>@string</span><span class='dot token'>.</span><span class='equal? fid id'>equal?</span><span class='lparen token'>(</span><span class='returned identifier id'>returned</span><span class='rparen token'>)</span> <span class='comment val'># same object</span>
|
179
|
+
<span class='@string ivar id'>@string</span><span class='dot token'>.</span><span class='replace identifier id'>replace</span><span class='lparen token'>(</span><span class='returned identifier id'>returned</span><span class='rparen token'>)</span>
|
180
|
+
<span class='return return kw'>return</span> <span class='self self kw'>self</span>
|
181
|
+
<span class='comment val'># upcase</span>
|
182
|
+
<span class='elsif elsif kw'>elsif</span> <span class='returned identifier id'>returned</span><span class='dot token'>.</span><span class='is_a? fid id'>is_a?</span><span class='lparen token'>(</span><span class='String constant id'>String</span><span class='rparen token'>)</span> <span class='and and kw'>and</span> <span class='not not kw'>not</span> <span class='@string ivar id'>@string</span><span class='dot token'>.</span><span class='equal? fid id'>equal?</span><span class='lparen token'>(</span><span class='returned identifier id'>returned</span><span class='rparen token'>)</span> <span class='comment val'># different object</span>
|
183
|
+
<span class='return return kw'>return</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='class identifier id'>class</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='returned identifier id'>returned</span><span class='rparen token'>)</span>
|
184
|
+
<span class='else else kw'>else</span> <span class='comment val'># not string, String#split etc</span>
|
185
|
+
<span class='return return kw'>return</span> <span class='returned identifier id'>returned</span>
|
186
|
+
<span class='end end kw'>end</span>
|
187
|
+
<span class='end end kw'>end</span>
|
188
|
+
</pre>
|
189
|
+
</td>
|
190
|
+
</tr>
|
191
|
+
</table>
|
192
|
+
</div>
|
193
|
+
</div>
|
194
|
+
</div>
|
195
|
+
</div> <div class="section visibilitygroup public">
|
196
|
+
<h1>Public Visibility</h1>
|
197
|
+
<div class="section methodsummary class public">
|
198
|
+
<h1>Public Class Method Summary</h1>
|
199
|
+
<table class="summary">
|
200
|
+
|
201
|
+
<tr>
|
202
|
+
<th class="signature">
|
203
|
+
<span class='name'><a href="#template-class_method" title="template">template</a></span><span class='args'>(string)</span>
|
204
|
+
<span class='block'></span>
|
205
|
+
|
206
|
+
</th>
|
207
|
+
<td class="docstring">
|
208
|
+
<p>
|
209
|
+
<red.
|
210
|
+
</p>
|
211
|
+
|
212
|
+
|
213
|
+
</td>
|
214
|
+
</tr>
|
215
|
+
|
216
|
+
</table>
|
217
|
+
</div>
|
218
|
+
<div class="section methodsummary instance public">
|
219
|
+
<h1>Public Instance Method Summary</h1>
|
220
|
+
<table class="summary">
|
221
|
+
|
222
|
+
<tr>
|
223
|
+
<th class="signature">
|
224
|
+
<span class='name'><a href="#inspect-instance_method" title="#inspect">#inspect</a></span><span class='args'></span>
|
225
|
+
<span class='block'></span>
|
226
|
+
|
227
|
+
</th>
|
228
|
+
<td class="docstring">
|
229
|
+
|
230
|
+
|
231
|
+
</td>
|
232
|
+
</tr>
|
233
|
+
|
234
|
+
<tr>
|
235
|
+
<th class="signature">
|
236
|
+
<span class='name'><a href="#raw-instance_method" title="#raw">#raw</a></span><span class='args'></span>
|
237
|
+
<span class='block'></span>
|
238
|
+
|
239
|
+
</th>
|
240
|
+
<td class="docstring">
|
241
|
+
|
242
|
+
|
243
|
+
</td>
|
244
|
+
</tr>
|
245
|
+
|
246
|
+
<tr>
|
247
|
+
<th class="signature">
|
248
|
+
<span class='name'><a href="#to_s-instance_method" title="#to_s">#to_s</a></span><span class='args'></span>
|
249
|
+
<span class='block'></span>
|
250
|
+
|
251
|
+
</th>
|
252
|
+
<td class="docstring">
|
253
|
+
|
254
|
+
|
255
|
+
</td>
|
256
|
+
</tr>
|
257
|
+
|
258
|
+
</table><div class="inherited">
|
259
|
+
|
260
|
+
<div>
|
261
|
+
<h1>Public Instance Methods Inherited from <a href="Object.html" title="Object">Object</a></h1>
|
262
|
+
<p><span class='name'><a href="Object.html#define_instance_method-instance_method" title="define_instance_method">define_instance_method</a></span>, <span class='name'><a href="Object.html#not_nil%3F-instance_method" title="not_nil?">not_nil?</a></span>, <span class='name'><a href="Object.html#try-instance_method" title="try">try</a></span></p>
|
263
|
+
</div>
|
264
|
+
|
265
|
+
</div>
|
266
|
+
<div class="clear"></div>
|
267
|
+
</div>
|
268
|
+
<div class="section methoddetails class public">
|
269
|
+
<h1>Public Class Method Details</h1>
|
270
|
+
|
271
|
+
<div class="method">
|
272
|
+
<div class="method_header">
|
273
|
+
<h3>template</h3>
|
274
|
+
</div><div id="template-class_method" class="section method">
|
275
|
+
<div class="details_title">
|
276
|
+
<div class='section methodsignature'>
|
277
|
+
<tt class='def'>
|
278
|
+
<span class='visibility'>public</span>
|
279
|
+
<span class='return_types'></span>
|
280
|
+
<span class='name'>template</span><span class='args'>(string)</span>
|
281
|
+
<span class='block'></span>
|
282
|
+
</tt>
|
283
|
+
</div>
|
284
|
+
|
285
|
+
</div><div class="section docstring">
|
286
|
+
<p>
|
287
|
+
<red.bold>Title</red.bold>
|
288
|
+
</p>
|
289
|
+
<ul>
|
290
|
+
<li>u, i/em, b/strong
|
291
|
+
|
292
|
+
</li>
|
293
|
+
</ul>
|
294
|
+
|
295
|
+
</div><div class="section source">
|
296
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
297
|
+
<div class="source_code">
|
298
|
+
<table>
|
299
|
+
<tr>
|
300
|
+
<td>
|
301
|
+
<pre class="lines">
|
302
|
+
|
303
|
+
|
304
|
+
53
|
305
|
+
54
|
306
|
+
55</pre>
|
307
|
+
</td>
|
308
|
+
<td>
|
309
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/colored_string.rb', line 53</span>
|
310
|
+
|
311
|
+
<span class='def def kw'>def</span> <span class='template identifier id'>template</span><span class='lparen token'>(</span><span class='string identifier id'>string</span><span class='rparen token'>)</span>
|
312
|
+
<span class='return return kw'>return</span> <span class='string identifier id'>string</span> <span class='comment val'># TODO</span>
|
313
|
+
<span class='end end kw'>end</span>
|
314
|
+
</pre>
|
315
|
+
</td>
|
316
|
+
</tr>
|
317
|
+
</table>
|
318
|
+
</div>
|
319
|
+
</div>
|
320
|
+
</div>
|
321
|
+
</div>
|
322
|
+
|
323
|
+
</div><div class="section methoddetails instance public">
|
324
|
+
<h1>Public Instance Method Details</h1>
|
325
|
+
|
326
|
+
<div class="method">
|
327
|
+
<div class="method_header">
|
328
|
+
<h3>inspect</h3>
|
329
|
+
</div><div id="inspect-instance_method" class="section method">
|
330
|
+
<div class="details_title">
|
331
|
+
<div class='section methodsignature'>
|
332
|
+
<tt class='def'>
|
333
|
+
<span class='visibility'>public</span>
|
334
|
+
<span class='return_types'></span>
|
335
|
+
<span class='name'>inspect</span><span class='args'></span>
|
336
|
+
<span class='block'></span>
|
337
|
+
</tt>
|
338
|
+
</div>
|
339
|
+
|
340
|
+
</div><div class="section source">
|
341
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
342
|
+
<div class="source_code">
|
343
|
+
<table>
|
344
|
+
<tr>
|
345
|
+
<td>
|
346
|
+
<pre class="lines">
|
347
|
+
|
348
|
+
|
349
|
+
84
|
350
|
+
85
|
351
|
+
86</pre>
|
352
|
+
</td>
|
353
|
+
<td>
|
354
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/colored_string.rb', line 84</span>
|
355
|
+
|
356
|
+
<span class='def def kw'>def</span> <span class='inspect identifier id'>inspect</span>
|
357
|
+
<span class='string val'>"#<ColoredString:#@string>"</span>
|
358
|
+
<span class='end end kw'>end</span>
|
359
|
+
</pre>
|
360
|
+
</td>
|
361
|
+
</tr>
|
362
|
+
</table>
|
363
|
+
</div>
|
364
|
+
</div>
|
365
|
+
</div>
|
366
|
+
</div>
|
367
|
+
|
368
|
+
<div class="method">
|
369
|
+
<div class="method_header">
|
370
|
+
<h3>raw</h3>
|
371
|
+
</div><div id="raw-instance_method" class="section method">
|
372
|
+
<div class="details_title">
|
373
|
+
<div class='section methodsignature'>
|
374
|
+
<tt class='def'>
|
375
|
+
<span class='visibility'>public</span>
|
376
|
+
<span class='return_types'></span>
|
377
|
+
<span class='name'>raw</span><span class='args'></span>
|
378
|
+
<span class='block'></span>
|
379
|
+
</tt>
|
380
|
+
</div>
|
381
|
+
|
382
|
+
</div><div class="section source">
|
383
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
384
|
+
<div class="source_code">
|
385
|
+
<table>
|
386
|
+
<tr>
|
387
|
+
<td>
|
388
|
+
<pre class="lines">
|
389
|
+
|
390
|
+
|
391
|
+
88
|
392
|
+
89
|
393
|
+
90</pre>
|
394
|
+
</td>
|
395
|
+
<td>
|
396
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/colored_string.rb', line 88</span>
|
397
|
+
|
398
|
+
<span class='def def kw'>def</span> <span class='raw identifier id'>raw</span>
|
399
|
+
<span class='@string ivar id'>@string</span>
|
400
|
+
<span class='end end kw'>end</span>
|
401
|
+
</pre>
|
402
|
+
</td>
|
403
|
+
</tr>
|
404
|
+
</table>
|
405
|
+
</div>
|
406
|
+
</div>
|
407
|
+
</div>
|
408
|
+
</div>
|
409
|
+
|
410
|
+
<div class="method">
|
411
|
+
<div class="method_header">
|
412
|
+
<h3>to_s</h3>
|
413
|
+
</div><div id="to_s-instance_method" class="section method">
|
414
|
+
<div class="details_title">
|
415
|
+
<div class='section methodsignature'>
|
416
|
+
<tt class='def'>
|
417
|
+
<span class='visibility'>public</span>
|
418
|
+
<span class='return_types'></span>
|
419
|
+
<span class='name'>to_s</span><span class='args'></span>
|
420
|
+
<span class='block'></span>
|
421
|
+
</tt>
|
422
|
+
</div>
|
423
|
+
|
424
|
+
</div><div class="section source">
|
425
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
426
|
+
<div class="source_code">
|
427
|
+
<table>
|
428
|
+
<tr>
|
429
|
+
<td>
|
430
|
+
<pre class="lines">
|
431
|
+
|
432
|
+
|
433
|
+
71
|
434
|
+
72
|
435
|
+
73
|
436
|
+
74
|
437
|
+
75
|
438
|
+
76
|
439
|
+
77
|
440
|
+
78
|
441
|
+
79
|
442
|
+
80
|
443
|
+
81
|
444
|
+
82</pre>
|
445
|
+
</td>
|
446
|
+
<td>
|
447
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/colored_string.rb', line 71</span>
|
448
|
+
|
449
|
+
<span class='def def kw'>def</span> <span class='to_s identifier id'>to_s</span>
|
450
|
+
<span class='if if kw'>if</span> <span class='notop op'>!</span> <span class='@colors ivar id'>@colors</span><span class='dot token'>.</span><span class='empty? fid id'>empty?</span> <span class='andop op'>&&</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='class identifier id'>class</span><span class='dot token'>.</span><span class='coloring? fid id'>coloring?</span>
|
451
|
+
<span class='sequences identifier id'>sequences</span> <span class='assign token'>=</span> <span class='string val'>""</span>
|
452
|
+
<span class='@colors ivar id'>@colors</span><span class='dot token'>.</span><span class='each identifier id'>each</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='name identifier id'>name</span><span class='bitor op'>|</span>
|
453
|
+
<span class='code identifier id'>code</span> <span class='assign token'>=</span> <span class='ATTRIBUTES constant id'>ATTRIBUTES</span><span class='lbrack token'>[</span><span class='name identifier id'>name</span><span class='rbrack token'>]</span>
|
454
|
+
<span class='sequences identifier id'>sequences</span> <span class='lshft op'><<</span> <span class='dstring node'>"\e[#{code}m"</span>
|
455
|
+
<span class='end end kw'>end</span>
|
456
|
+
<span class='return return kw'>return</span> <span class='dstring node'>"#{sequences}#{@string}\e[0m"</span>
|
457
|
+
<span class='else else kw'>else</span>
|
458
|
+
<span class='@string ivar id'>@string</span>
|
459
|
+
<span class='end end kw'>end</span>
|
460
|
+
<span class='end end kw'>end</span>
|
461
|
+
</pre>
|
462
|
+
</td>
|
463
|
+
</tr>
|
464
|
+
</table>
|
465
|
+
</div>
|
466
|
+
</div>
|
467
|
+
</div>
|
468
|
+
</div>
|
469
|
+
|
470
|
+
</div>
|
471
|
+
</div>
|
472
|
+
|
473
|
+
</div>
|
474
|
+
</div>
|
475
|
+
</body>
|
476
|
+
</html>
|