Class: String

Inherits:
Object show all
Defined in:
lib/six-updater-web/config/environment.rb

Instance Method Summary collapse

Instance Method Details

#safe_concat(v) ⇒ Object



7
8
9
# File 'lib/six-updater-web/config/environment.rb', line 7

def safe_concat(v)
  self.concat(v)
end