Module: Rmsgen::PolnoteGroup

Defined in:
lib/rmsgen/polnote_group.rb

Class Method Summary collapse

Class Method Details

.fetch(source) ⇒ Object



3
4
5
6
# File 'lib/rmsgen/polnote_group.rb', line 3

def self.fetch(source)
  polnote_group = group(source)
  polnote_group.all
end