Method: MediaTypes::Formatter.call

Defined in:
lib/media_types/formatter.rb

.call(*args, **options) ⇒ Object



9
10
11
# File 'lib/media_types/formatter.rb', line 9

def call(*args, **options)
  new(*args, **options).call
end