Class Ruby

#!/usr/bin/env ruby
class Gaits
  attr_accessor :walk, :trot, :canter
end
Gaits.instance_methods.sort - Object.instance_methods