Module: Taro
- Defined in:
- lib/taro/version.rb,
lib/taro.rb,
lib/taro/declarations.rb
Overview
:nocov:
Defined Under Namespace
Modules: Cache, CommonReturns, Config, DeclarationsMap, Export, Rails, StatusCode, Types Classes: ArgumentError, Declaration, Error, InputError, InvariantError, ResponseError, ReturnDef, Route, RuntimeError, ValidationError
Constant Summary collapse
- None =
placeholder for not-given keyword arguments
Object.new
- VERSION =
"2.5.0"
Class Method Summary collapse
Class Method Details
.config ⇒ Object
22 23 24 |
# File 'lib/taro/config.rb', line 22 def Taro.config Taro::Config end |
.declarations ⇒ Object
2 3 4 |
# File 'lib/taro/declarations.rb', line 2 def self.declarations DeclarationsMap end |
.reset ⇒ Object
4 5 6 7 |
# File 'lib/taro.rb', line 4 def self.reset declarations.reset Taro::Types::BaseType.last_render = nil end |