instance method eligible_argument?

Ruby on Rails 5.2.8.1

Since v5.2.8.1 Last seen in v5.2.8.1 Private

Signature

eligible_argument?(argument)

No documentation comment.

Parameters

argument req
Source
# File activestorage/app/models/active_storage/variation.rb, line 92
    def eligible_argument?(argument)
      argument.present? && argument != true
    end

Defined in activestorage/app/models/active_storage/variation.rb line 92 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveStorage::Variation

Type at least 2 characters to search.

↑↓ navigate · open · esc close