# In Ruby there are no enumsmodule Size XS = 1 S = 2 M = 3 L = 4 XL = 5endsmall = Size::Slage = Size::Lputs "is l > s: #{lage > small}"