Class: Mediakit::FFmpeg::Options::QuoteString
- Inherits:
-
Object
- Object
- Mediakit::FFmpeg::Options::QuoteString
- Defined in:
- lib/mediakit/ffmpeg/options.rb
Instance Method Summary collapse
-
#initialize(string) ⇒ QuoteString
constructor
A new instance of QuoteString.
- #to_s ⇒ Object
Constructor Details
#initialize(string) ⇒ QuoteString
Returns a new instance of QuoteString.
154 155 156 |
# File 'lib/mediakit/ffmpeg/options.rb', line 154 def initialize(string) @string = string end |
Instance Method Details
#to_s ⇒ Object
158 159 160 |
# File 'lib/mediakit/ffmpeg/options.rb', line 158 def to_s "'#{@string}'" end |