Method: Azure::Storage::Common::Service::Serialization::ClassMethods#to_bool
- Defined in:
- lib/azure/storage/common/service/serialization.rb
#to_bool(s) ⇒ Object
312 313 314 |
# File 'lib/azure/storage/common/service/serialization.rb', line 312 def to_bool(s) (s || "").downcase == "true" end |