Method: BlockScore::Collection#all

Defined in:
lib/blockscore/collection.rb

#allself

Syntactic sugar method for returning collection

Examples:

all # returns collection

Returns:

  • (self)


39
40
41
# File 'lib/blockscore/collection.rb', line 39

def all
  self
end