by shigemk2

当面は技術的なことしか書かない

2015-10-31から1日間の記事一覧

Gitter テスト

Sidecar - Gitter Gitterをwebsiteに埋め込めるってことで。 <script> ((window.gitter = {}).chat = {}).options = { room: 'gitterHQ/sidecar', activationElement: '.my-special-button', targetElement: '.my-special-target-element' }; </script> ↓に貼っつけてるけど何…

AnyRef

www.scala-lang.org Class AnyRef is the root class of all reference types. All types except the value types descend from this class. ので、ここのAPIで定義されているtoStringなどはすべてのクラスで使える。