Module: Serega::SeregaPlugins::HideNil::AttributeInstanceMethods
- Defined in:
- lib/serega/plugins/hide_nil/hide_nil.rb
Overview
Serega::SeregaAttribute additional/patched instance methods
Instance Method Summary collapse
-
#hide_nil? ⇒ Boolean
Check hide_nil is specified.
Instance Method Details
#hide_nil? ⇒ Boolean
Check hide_nil is specified
48 49 50 |
# File 'lib/serega/plugins/hide_nil/hide_nil.rb', line 48 def hide_nil? !!opts[:hide_nil] end |