Method: RubyXL::FontConvenienceMethods#is_strikethrough
- Defined in:
- lib/rubyXL/convenience_methods/font.rb
#is_strikethrough ⇒ Object
17 18 19 |
# File 'lib/rubyXL/convenience_methods/font.rb', line 17 def is_strikethrough strike && (strike.val != false) end |