Libraries
»
mobx-ruby
(1.0.1)
»
Index
»
Mobx
»
Utils
»
#state
Method: Mobx::Utils#state
Defined in:
lib/mobx/utils.rb
#
state
(name) ⇒
Object
25 26 27
# File 'lib/mobx/utils.rb', line 25
def
state
(
name
)
Thread
.
current
[
'
mobx
'
]
[
name
]
end