Class: FashionPolice::ColumnWidth

Inherits:
Object
  • Object
show all
Defined in:
lib/fashion-police.rb

Instance Method Summary collapse

Instance Method Details

#error_messageObject



151
152
153
# File 'lib/fashion-police.rb', line 151

def error_message
  "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