class TypeFusion::SampleJob

def perform(sample)

Experimental RBS support (using type sampling data from the type_fusion project).

def perform: (String sample) -> LHC::Response

This signature was generated using 1 sample from 1 application.

def perform(sample)
  LHC.json.post(TypeFusion.config.endpoint, body: { sample: JSON.parse(sample) })
rescue StandardError => e
  puts e.inspect
end