class HashSchema::Void

Public Instance Methods

inspect()
Alias for: to_s
to_s() click to toggle source
# File lib/hash_schema.rb, line 228
def to_s
  'Nothing'
end
Also aliased as: inspect