struct Contacts

Included Modules

Defined in:

html_fragment_example.cr

Constant Summary

ALL = (Array.new(10) do Contact.new(id: UUID.random, name: Faker::Name.name) end).index_by(&.id)

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def call(context) #

[View source]
def initialize #

[View source]