emacs/test/lisp/progmodes/ruby-mode-resources/ruby-method-params-indent.rb

19 lines
168 B
Ruby

class C
def self.foo(
baz,
bar
) =
what
def foo=(
baz,
bar
)
hello
end
end
# Local Variables:
# ruby-method-params-indent: 0
# End: