Sha256: 4348b94712f875833959984039379bf093ea03cd9c0865c0fd4c5c7adadf496c

Contents?: true

Size: 87 Bytes

Versions: 20

Compression:

Stored size: 87 Bytes

Contents

class String
  alias blank? empty?
end

class NilClass
  def blank?
    true
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
zafu-0.8.6 test/mock/core_ext.rb
zafu-0.8.5 test/mock/core_ext.rb
zafu-0.8.4 test/mock/core_ext.rb
zafu-0.8.3 test/mock/core_ext.rb
zafu-0.8.2 test/mock/core_ext.rb
zafu-0.8.0 test/mock/core_ext.rb
zafu-0.7.9 test/mock/core_ext.rb
zafu-0.7.8 test/mock/core_ext.rb
zafu-0.7.7 test/mock/core_ext.rb
zafu-0.7.6 test/mock/core_ext.rb
zafu-0.7.5 test/mock/core_ext.rb
zafu-0.7.4 test/mock/core_ext.rb
zafu-0.7.3 test/mock/core_ext.rb
zafu-0.7.2 test/mock/core_ext.rb
zafu-0.7.1 test/mock/core_ext.rb
zafu-0.7.0 test/mock/core_ext.rb
zafu-0.6.3 test/mock/core_ext.rb
zafu-0.6.2 test/mock/core_ext.rb
zafu-0.6.1 test/mock/core_ext.rb
zafu-0.6.0 test/mock/core_ext.rb