Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/bio-publisci/dataset/data_cube.rb,
lib/bio-publisci/metadata/generator.rb

Overview

monkey patch to make rdf string w/ heredocs prettier ;)

Instance Method Summary collapse

Instance Method Details

#unindentObject



3
4
5
# File 'lib/bio-publisci/dataset/data_cube.rb', line 3

def unindent
  gsub /^#{self[/\A\s*/]}/, ''
end