Method: Zephyrus::Parser#type_name

Defined in:
lib/zephyrus/parser.rb

#type_nameObject



16
17
18
19
20
# File 'lib/zephyrus/parser.rb', line 16

def type_name 
  @content.include?( '$this' ) ?
    @content[ '$this' ][ 'type_name' ] :
    nil
end