Karsten Jeschkies
Results
92
comments of
Karsten Jeschkies
From within a presenter it works ``` ruby # app/presenters/post_presenter.rb class PostPresenter def initialize(post, template) @post = post @template = template end def h @template end def post_url url_for controller:...
I just came across this nice library and was wondering what's the best way to write the compressed slice to a byte buffer.