Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/aliyun/oss/util.rb
Overview
Monkey patch to support #to_bool
Instance Method Summary collapse
Instance Method Details
#to_bool ⇒ Object
109 110 111 112 |
# File 'lib/aliyun/oss/util.rb', line 109 def to_bool return true if self =~ /^true$/i false end |