class String
monkey patch to make rdf string w/ heredocs prettier ;)
Public Instance Methods
unindent()
click to toggle source
# File lib/publisci/dataset/data_cube.rb, line 3 def unindent gsub /^#{self[/\A\s*/]}/, '' end