Method: CEML::CastingStatement#type

Defined in:
lib/ceml/lang/casting_statement.rb

#typeObject



19
20
21
# File 'lib/ceml/lang/casting_statement.rb', line 19

def type
  elements[1].text_value.split.first.to_sym
end