Method: Representable::Binding#has_default
- Defined in:
- lib/representable/binding.rb
#has_default ⇒ Object (readonly) Also known as: has_default?
DISCUSS: an overall strategy to speed up option reads will come around 3.0.
36 37 38 |
# File 'lib/representable/binding.rb', line 36 def has_default @has_default end |