26 27 28
# File 'lib/brief/model/definition.rb', line 26 def valid? name.to_s.length > 0 && type_alias.to_s.length > 0 end