1.3.1 Release
Remedy 'No such file' for `hostname`, enforce string type
- Check return value of
which hostname
and executehostname
conditionally - Use
to_s
for setter method to enforce string type - Use
empty?
instead ofsize
to check string presence
which hostname
and execute hostname
conditionallyto_s
for setter method to enforce string typeempty?
instead of size
to check string presence