tjohnson has quit [Quit: Connection closed for inactivity]
gkellogg has joined #ruby-rdf
_whitelogger has joined #ruby-rdf
gkellogg has quit [Quit: gkellogg]
tjohnson has joined #ruby-rdf
<tjohnson>
j0llyr0tten: yeah, it could be nicer; but it's largely just a tradeoff of dynamic typing/multiple inheritance, I think.
<tjohnson>
e.g. it's possible that a `method_missing` def in a subclass doesn't actually change the methods responded to (rather changing their behavior) from the superclass.
<tjohnson>
not sure what level of static analysis is possible/practical for this.