class Sashiko::Box::NotEnabledError
Public Class Methods
Source
# File lib/sashiko/box.rb, line 26 def initialize super("Ruby::Box is not enabled. Start Ruby with RUBY_BOX=1.") end
Calls superclass method
# File lib/sashiko/box.rb, line 26 def initialize super("Ruby::Box is not enabled. Start Ruby with RUBY_BOX=1.") end