Sha256: f9fbf08b92fc072b5d7c4ad53c3816b99b30698d3c23269d351e266b3edb4fcc
Contents?: true
Size: 215 Bytes
Versions: 39
Compression:
Stored size: 215 Bytes
Contents
module Triable def submit_try!(user, attributes={}) find_assignment_and_submit! user, Try.new(attributes) end def run_try!(params) language.run_try! params.merge(locale: locale, goal: goal) end end
Version data entries
39 entries across 39 versions & 1 rubygems