Class: Andy::PintMug

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

Instance Method Summary collapse

Instance Method Details

#fetch_local_pintsObject



4
5
6
7
8
9
# File 'lib/andy/pint_mug.rb', line 4

def fetch_local_pints
	[
		{ :name => 'Static web', :description => 'HTML, CSS, JavaScript', :url => '[email protected]:georgecodes/static-web-pint'},
		{ :name => 'Twitter Bootstrap', :description => 'Static web with Bootstrap', :url => '[email protected]:georgecodes/bootstrap-ping'}
	]
end