Libraries
»
api-spec
(0.3.1)
»
Index
»
ApiSpec
»
State
»
get
Method: ApiSpec::State.get
Defined in:
lib/api_spec/state.rb
.
get
(key) ⇒
Object
8 9 10
# File 'lib/api_spec/state.rb', line 8
def
get
(
key
)
state
[
key
.
to_sym
]
||
call_helper
(
key
)
end