lib/foreign_object.rb
3 lines · ruby
Project files
# frozen_string_literal: true
ForeignObject = Data.define(:description)
Read along in the manual: The Reloading Lab · Download the project (zip)
3 lines · ruby
# frozen_string_literal: true
ForeignObject = Data.define(:description)
Read along in the manual: The Reloading Lab · Download the project (zip)