Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/oxen_deployer.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#cleanupObject



79
80
81
82
83
84
85
# File 'lib/oxen_deployer.rb', line 79

def cleanup
  if ENV['FULL'] then
    gsub(/\s+/, ' ').strip
  else
    self[/\A.*?\./]
  end
end