class Ruspea::Error::Resolution
Public Class Methods
new(symbol)
click to toggle source
Calls superclass method
# File lib/ruspea/error/resolution.rb, line 3 def initialize(symbol) super "Unable to resolve: #{symbol} in the current context" end