stellar/xdrgen

View on GitHub
lib/xdrgen/ast/identifier.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Xdrgen::AST
  class Identifier < Treetop::Runtime::SyntaxNode
    alias_method :name, :text_value
  end
end