rubyx/lib/sol/super_statement.rb

6 lines
61 B
Ruby

module Sol
class SuperStatement < SendStatement
end
end