# File lib/simp/cli/config/items/integer_item.rb, line 16
    def to_yaml_s
      @value = @value.to_i
      super
    end