mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-10 22:20:51 +00:00
19 lines
168 B
Ruby
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:
|