You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have commented-out class/module/method names automatically added behind end keywords? Example:
module Module
class Superclass
class Subclass
def foo
end # def foo
end # class Subclass
class SubclassB
end # class SubclassB
end # class Superclass
end # module Module
The text was updated successfully, but these errors were encountered:
Would it be possible to have commented-out class/module/method names automatically added behind
end
keywords? Example:The text was updated successfully, but these errors were encountered: