6 7 8
# File 'lib/voom/presenters/plugins/google_maps.rb', line 6 def google_map(**attributes, &block) self << GoogleMap.new(parent: self, **attributes, &block) end