class Prosperity::MissingValueAt
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/prosperity/exception.rb, line 18 def initialize super "You have asked for the value_at, but none was specified" end