class LHC::Request
def format!(options)
Experimental RBS support (using type sampling data from the type_fusion
project).
def format!: (Hash options) -> Hash
This signature was generated using 40 samples from 5 applications.
def format!(options) self.format = options.delete(:format) || LHC::Formats::JSON.new format.format_options(options) end