class DiamondLang::Errors::TooSmall

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/diamond-lang/helpers/errors/too_small.rb, line 4
def initialize
  super "Could not fit all commands in the area you selected."
end