Ruby: Writing a Module

By Xah Lee. Date: .

Writing a Module

# ruby

# Module name must start with Capital letter
module Xyz

 # 
end