Class: SmartConfig::Formatters::String

Inherits:
Object
  • Object
show all
Defined in:
lib/smart_config/formatters/string.rb

Overview

String formats the value into a string

Class Method Summary collapse

Class Method Details

.format(value) ⇒ Object



8
9
10
# File 'lib/smart_config/formatters/string.rb', line 8

def self.format(value)
  value
end