Module: Enruby::Configuration::Mixins::Binary
- Included in:
- Base
- Defined in:
- lib/enruby/configuration/mixins/binary.rb
Instance Attribute Summary collapse
-
#binary ⇒ Object
Returns the value of attribute binary.
Instance Method Summary collapse
Instance Attribute Details
#binary ⇒ Object
Returns the value of attribute binary.
9 10 11 |
# File 'lib/enruby/configuration/mixins/binary.rb', line 9 def binary @binary end |
Instance Method Details
#initialize ⇒ Object
11 12 13 14 |
# File 'lib/enruby/configuration/mixins/binary.rb', line 11 def initialize super @binary = default_binary end |