class Stitches::Configuration::UnsetString

Public Class Methods

new(name) click to toggle source
# File lib/stitches/configuration.rb, line 115
def initialize(name)
  @name = name
end

Public Instance Methods

to_s() click to toggle source
# File lib/stitches/configuration.rb, line 119
def to_s
  raise "You must set a value for #{@name} "
end
Also aliased as: to_str
to_str()
Alias for: to_s