class Manioc::Struct::Config
Attributes
defaults[RW]
fields[RW]
mutable[RW]
Public Instance Methods
immutable?()
click to toggle source
# File lib/manioc/struct.rb, line 29 def immutable?; !mutable? end
mutable?()
click to toggle source
# File lib/manioc/struct.rb, line 28 def mutable?; mutable end