Skip to content

Instantly share code, notes, and snippets.

View KeithYokoma's full-sized avatar
🚵‍♂️
Bike, bike, bike!

Keishin Yokomaku KeithYokoma

🚵‍♂️
Bike, bike, bike!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am keithyokoma on github.
  • I am keithyokoma (https://keybase.io/keithyokoma) on keybase.
  • I have a public key whose fingerprint is 1AA5 D660 BE33 EF1D A909 FE78 D1DD 143E 947F 4640

To claim this, I am signing this object:

@KeithYokoma
KeithYokoma / identity.rb
Last active September 17, 2015 13:33 — forked from ainame/identity.rb
.idがidenitityを提供するということを示すmixinモジュールの名前どれが良いか
# 1
class Coriander
include MyApp::Entity::HasId
end
# 2
class Coriander
include MyApp::Entity::Identifiable
end