Skip to content

Instantly share code, notes, and snippets.

@42jerrykim
Last active February 9, 2022 07:27
Show Gist options
  • Save 42jerrykim/f807c626c89e635077be40debf2e05d6 to your computer and use it in GitHub Desktop.
Save 42jerrykim/f807c626c89e635077be40debf2e05d6 to your computer and use it in GitHub Desktop.
// 적용 전
{% highlight ruby linenos %}
def dosomething
  delegate :some, :thing, :with, :unicorns, :and, :shrimps => :yolo, :someother key => true, :maybeonemore => true
end
{% endhighlight %}
// 적용 후
  def dosomething
1    wrapped very long line
2    wrapped very long line continues here
3
  end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment