class Smalruby3::ExistStage
Attributes
stage[RW]
Public Class Methods
new(stage)
click to toggle source
Calls superclass method
# File lib/smalruby3/exceptions.rb, line 5 def initialize(stage) @stage = stage super("already exist stage: #{stage.name}") end