aboutsummaryrefslogtreecommitdiff
path: root/snippets/ruby/class.rb
blob: 5b168231f9984dbd77d709d769283b0422d43d6d (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class $1
  def initialize
    $2
  end

  $3
end