lib/rocx/properties/bold.rb in rocx-0.5.7 vs lib/rocx/properties/bold.rb in rocx-0.5.8

- old
+ new

@@ -1,11 +1,8 @@ module Rocx module Properties class Bold < ToggleProperty - - def tag - :b - end + tag :b end end end