view snippets/text-mode/ruby-mode/Comp @ 218:da89395f2d6c default tip @

customize: automatically change quoting style
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 04 Jul 2023 19:24:54 -0400
parents c01f85c9d597
children
line wrap: on
line source

#name : include Comparable; def <=> ... end
# --
include Comparable

def <=> other
  $0
end