module Shell::Extensions::TrueClass

def on_off_to_bool

def on_off_to_bool
  self
end

def to_on_off_str

def to_on_off_str
  "on"
end