Class: Mediakit::FFmpeg::Options::QuoteString

Inherits:
Object
  • Object
show all
Defined in:
lib/mediakit/ffmpeg/options.rb

Instance Method Summary collapse

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_sObject



158
159
160
# File 'lib/mediakit/ffmpeg/options.rb', line 158

def to_s
  "'#{@string}'"
end