Class Uttk::Filters::Integer
In:
Parent: Numeric

Methods

yaml_load  

Public Class methods

[Source]

# File lib/uttk/filters.rb, line 26
    def Integer.yaml_load ( val )
      val.to_i
    end

[Validate]