Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/srt_subtitle_validator.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
11 12 13 |
# File 'lib/srt_subtitle_validator.rb', line 11 def blank? to_s == '' end |