Method: XDry::NFieldDef#to_source

Defined in:
lib/xdry/parsing/nodes.rb

#to_sourceObject



65
66
67
# File 'lib/xdry/parsing/nodes.rb', line 65

def to_source
  "#{@type.to_source_with_space}#{@name};"
end