botanicus/commonjs_modules

View on GitHub
examples/5_default_import/using_export_with_block.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# Run with ./examples/runner.rb examples/file.rb

class Test
end

# Obviously this can be used with an annonymous class or class N; self; end as well.
export { Test }