Sha256: 0d5f81ef634631741efd34cd58951fe0468738cd86e0a9226ddd4eb7e2099dcd
Contents?: true
Size: 385 Bytes
Versions: 32
Compression:
Stored size: 385 Bytes
Contents
module Cuboid class Application class Runtime def state Cuboid::Application.application.state.runtime end def state=( d ) Cuboid::Application.application.state.runtime = d end def data Cuboid::Application.application.data.runtime end def data=( d ) Cuboid::Application.application.data.runtime = d end end end end
Version data entries
32 entries across 32 versions & 1 rubygems