Class: FashionPolice::ColumnWidth
- Inherits:
-
Object
- Object
- FashionPolice::ColumnWidth
- Defined in:
- lib/fashion-police.rb
Instance Method Summary collapse
Instance Method Details
#error_message ⇒ Object
151 152 153 |
# File 'lib/fashion-police.rb', line 151 def "Maximum text width: 80 characters" end |
#test(string) ⇒ Object
147 148 149 |
# File 'lib/fashion-police.rb', line 147 def test(string) string.length <= 80 end |