jarib/webidl

View on GitHub
lib/webidl/parse_tree/inheritance.rb

Summary

Maintainability
A
0 mins
Test Coverage
module WebIDL
  module ParseTree
    class Inheritance < Treetop::Runtime::SyntaxNode

      def build(parent)
        names.build(parent)
      end

    end # Inheritance
  end # ParseTree
end # WebIDL