class Rack::Routing::String
Public Class Methods
blank?(str)
click to toggle source
# File lib/rack/shared.rb, line 4 def self.blank? str str.nil? || str == '' end
# File lib/rack/shared.rb, line 4 def self.blank? str str.nil? || str == '' end