class Draco::Scenes::MultipleSceneDefinitionsError
Internal: An error for when a scene definition was given both a block and a class.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/draco/scenes.rb, line 8 def initialize super("A scene can be defined as a class or a block, but not both.") end