class Nanoc::Int::Item::ForcedOutdatedStatus
Hack to allow a frozen item to still have modifiable frozen status.
FIXME: Remove this.
Attributes
bool[RW]
Public Class Methods
new()
click to toggle source
# File lib/nanoc/base/entities/item.rb, line 26 def initialize @bool = false end
Public Instance Methods
freeze()
click to toggle source
# File lib/nanoc/base/entities/item.rb, line 30 def freeze end