DEBSOURCES
Skip Quicknav
sources / ruby-simplecov / 0.22.0-2 / spec / fixtures / inline.rb
12345678910111213
class Inline def call(arg) String(arg == 42 ? :yes : :no) String( if arg.odd? :yes else :no end ) end end