textmate / ruby.tmbundle

TextMate support for Ruby
178 stars 90 forks source link

Add `__dir__` variable. #130

Closed reitermarkus closed 5 years ago

noniq commented 5 years ago

Merged, thanks!

(PS: In fact, __dir__ is a method, not a variable. But IMHO it makes sense to treat it like __FILE__ and friends.)