module Quack::Types

Constants

TYPES

Public Class Methods

each() { |t| ... } click to toggle source
# File lib/quack/types.rb, line 22
def self.each
  TYPES.each { |t| yield(t) }
end