kenichi / angelo

Sinatra-like DSL for Reel that supports WebSockets and SSE
Other
303 stars 23 forks source link

"Correct" fix for #67: use Forwardable on main's eigenclass, not the instance. #68

Closed tommay closed 8 years ago

tommay commented 8 years ago

I was using Forwardable on the "main" instance. It's supposed to be used on a Class. How did that even work . . .

kenichi commented 6 years ago

i've (finally) pushed 0.5.1 with this in it. thanks again!