This module redefines certain methods of a configuration point so that the point cannot be modified in certain ways any more.
Methods
Public Instance methods
Does nothing, which means attempting to fixate a configuration point that has already been fixated will do nothing.
[ show source ]
# File lib/copland/configuration-point/common.rb, line 222
222: def fixate!
223: # does nothing
224: end
Returns true.
[ show source ]
# File lib/copland/configuration-point/common.rb, line 227
227: def fixated?
228: true
229: end