Method: Sirens::ConstantModel#display_string
- Defined in:
- lib/sirens/models/constant_model.rb
#display_string ⇒ Object
16 17 18 19 20 |
# File 'lib/sirens/models/constant_model.rb', line 16 def display_string() value_print_string = value.inspect "#{name} = #{value_print_string}" end |