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:
parent
003c6516dc
commit
99d598a131
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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue