Method: Mutx::Support::Configuration.company
- Defined in:
- lib/mutx/support/configuration.rb
.company ⇒ Object
254 255 256 257 258 259 260 |
# File 'lib/mutx/support/configuration.rb', line 254 def self.company if @@input['footer_text'].is_a? String @@input['footer_text'] else "" end end |