Module
WPM::CheckUtil
In:
lib_wpm/wpm.rb
Methods
check_float
check_integer
check_not_empty
check_number
empty_string?
Public Instance methods
check_float
(string)
check_integer
(string)
check_not_empty
(string, strip=false)
check_number
(string) {|string.to_i| ...}
empty_string?
(string, strip=false)
[Validate]