class NxtSchema::Undefined

Public Instance Methods

inspect() click to toggle source
# File lib/nxt_schema/undefined.rb, line 3
def inspect
  self.class.name
end
Also aliased as: to_s
to_s()
Alias for: inspect