Method: Qrb::Syntax::SubType#to_ast

Defined in:
lib/qrb/syntax/sub_type.rb

#to_astObject



11
12
13
# File 'lib/qrb/syntax/sub_type.rb', line 11

def to_ast
  [:sub_type, rel_type.to_ast] + constraint_def.to_ast
end