Class: Lifestream::Source

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

Class Method Summary collapse

Class Method Details

.configureObject

TODO: Implement this



5
6
7
8
9
10
# File 'lib/lifestream/source.rb', line 5

def self.configure
  yaml = ERB.new <<-EOF
    
  EOF
  yaml.result
end