Method: Zephyrus::Parser#name

Defined in:
lib/zephyrus/parser.rb

#nameObject



10
11
12
13
14
# File 'lib/zephyrus/parser.rb', line 10

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