global
use global
global.a = 10
global.b = 20
puts global.a + global.buse _ as 'global'
_.a = 'Hi'
_.b = 'Halo'return {}use store
store.name = 'John'
store.email = 'john@example.com'Last updated
use global
global.a = 10
global.b = 20
puts global.a + global.buse _ as 'global'
_.a = 'Hi'
_.b = 'Halo'return {}use store
store.name = 'John'
store.email = 'john@example.com'Last updated