module Corindon::Something::Ext

Public Instance Methods

sth?() click to toggle source
# File lib/corindon/something/ext.rb, line 7
def sth?
  !nil?
end