class SkynetMethodError
Public Class Methods
new(msg = "Incorrect Method Syntax. Method names Must Include '_'. Please see Documentation for more Information.")
click to toggle source
Calls superclass method
# File lib/skynet/errors/skynet_method_error.rb, line 2 def initialize(msg = "Incorrect Method Syntax. Method names Must Include '_'. Please see Documentation for more Information.") super end