Module: GorillaPatch::Blank
- Defined in:
- lib/gorilla_patch/blank.rb
Overview
Adding blank methods
Constant Summary collapse
- REFINED_ENUMERABLES =
rubocop:disable Metrics/BlockLength
[Array, Hash].freeze
Instance Method Summary collapse
-
#Module ⇒ Object
Also affects
Class, includingSequel::Modelwith.empty?.
Instance Method Details
#Module ⇒ Object
Also affects Class, including Sequel::Model with .empty?
31 32 33 34 35 |
# File 'lib/gorilla_patch/blank.rb', line 31 refine Module do def blank? false end end |