Merge pull request #2066 from amatsuda/magicome

missing magic comments
This commit is contained in:
Aaron Patterson 2011-07-14 01:30:53 -07:00
commit db0a65cbe0
2 changed files with 4 additions and 0 deletions

@ -1,3 +1,5 @@
# encoding: utf-8
class Object
# An object is blank if it's false, empty, or a whitespace string.
# For example, "", " ", +nil+, [], and {} are all blank.

@ -1,3 +1,5 @@
# encoding: utf-8
require 'abstract_unit'
require 'active_support/core_ext/object/blank'