11 lines
125 B
Plaintext
11 lines
125 B
Plaintext
|
Module
|
||
|
name: playground
|
||
|
autoLoad: true
|
||
|
dependencies:
|
||
|
- core
|
||
|
|
||
|
onLoad: |
|
||
|
require 'playground'
|
||
|
return true
|
||
|
|