1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

need magic comments

This commit is contained in:
Akira Matsuda 2011-07-14 12:39:34 +09:00
parent 003c6516dc
commit 99d598a131
2 changed files with 4 additions and 0 deletions

View file

@ -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.

View file

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