Class: Patter::SourceProvider

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/patter/source_provider.rb

Instance Method Summary collapse

Instance Method Details

#get_source(type) ⇒ Object



5
6
7
# File 'lib/patter/source_provider.rb', line 5

def get_source(type)
    Source.new(send(type))
end