About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
matsuda
7/2/2010 - 9:29 AM
share
Share
add_circle_outline
Save
全角スペース対応 blank? メソッド
全角スペース対応 blank? メソッド
blank.rb
content_copy
file_download
class String #:nodoc: def blank? self !~ /\S/ || self =~ /\A( |\s)+\Z/ end end
clear