quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

2014-08-06から1日間の記事一覧

NSScreencast Episode #130 Swift JSON Redux - Part 1

Swift JSON Redux - Part 1 - NSScreencast JSONをparseするライブラリ Core JSValue Enum enum JSValue { case JSArray([JSValue]) case JSObject( [ String : JSValue ] ) switch obj { case let s as NSString: return .JSString(s) case let n as NSNumb…

MotionInMotion Episode 36 - Test Driven Development and Creating a Gem

Test Driven Development and Creating a Gem - MotionInMotion Toolbarのgemを作る motion create better_toolbar --template=gem .gemspec書く ファイル削除 rm -R lib/project rm spec/main_spec.rb ディレクトリ追加 lib, spec Rakefileのパス修正 spec…