Class: RubyWasm::BuildProduct

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_wasm/build/product/product.rb

Instance Method Summary collapse

Instance Method Details

#nameObject

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/ruby_wasm/build/product/product.rb', line 3

def name
  raise NotImplementedError, "identifiable product name must be implemented"
end