fog / fog-softlayer

MIT License
1 stars 3 forks source link

Replace `blank?` with standard Ruby code #4

Open suhlig opened 6 years ago

suhlig commented 6 years ago

blank? is from active_support, so this class fails unless active_support is required elsewhere.

This patch provides a version that has no external dependencies.