instance method
binary?
Ruby on Rails 8.1.2
Since v7.1.6Signature
binary?()
No documentation comment.
Source
# File activemodel/lib/active_model/type/binary.rb, line 16
def binary?
true
end
Defined in activemodel/lib/active_model/type/binary.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Type::Binary