module StatefulEnum::StateInspection
Public Instance Methods
stateful_enum()
click to toggle source
# File lib/stateful_enum/state_inspection.rb, line 15 def stateful_enum StateInspector.new(self.class.stateful_enum, self) end