quattro_4 scribble

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

biding_of_caller

better_errorsと組み合わせて使われるやつ

rake

7 tests, 10 assertions, 0 failures, 0 errors

.yardopts

YARD is a documentation generation tool for the Ruby

lsegal/yard · GitHub

example.rb

$ ruby examples/example.rb 
x
y
u
outer
examples/example.rb:30:in `of_caller': Invalid frame, gone beyond end of stack! (RuntimeError)
  from examples/example.rb:30:in `b'
  from examples/example.rb:19:in `a'
  from examples/example.rb:12:in `z'
  from examples/example.rb:34:in `<main>'

cのext

. space

テストに . スペースがあったけど、問題なく実行できるんだ
知らなかった

o. a.should == 1

難しくて基本的によくわからない
あまり参考にはならなかった

15min