Sha256: f3904428ee3b67d0d110fd767e8a20610bb490600707772abe580efed81c2409
Contents?: true
Size: 283 Bytes
Versions: 18
Compression:
Stored size: 283 Bytes
Contents
# encoding: UTF-8 module Spontaneous module Application class Plugin < Spontaneous::Facet def init! init_file = @root / "init.rb" require(init_file) if File.exist?(init_file) super end end # Plugin end # Application end # Spontaneous
Version data entries
18 entries across 18 versions & 1 rubygems