Module: OxAiWorkers::PresentCompat
- Defined in:
- lib/oxaiworkers/present_compat.rb
Instance Method Summary collapse
Instance Method Details
#present? ⇒ Boolean
5 6 7 |
# File 'lib/oxaiworkers/present_compat.rb', line 5 def present? !nil? and !empty? end |