Merge pull request #19814 from y-yagi/array_inquiry

add missing require for ArrayInquirer
This commit is contained in:
Rafael Mendonça França 2015-04-19 15:13:52 -04:00
commit 8f3584ab30
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'active_support/array_inquirer'
class Array
# Wraps the array in an +ArrayInquirer+ object, which gives a friendlier way
# to check its string-like contents.