module Rocx
  module Properties
    class Bold < ToggleProperty

      def tag
        :b
      end

    end
  end
end