Sha256: 928d11905f288d066bca2ccfefefb7bddc887852ac8784c0d5efe7f0599ba9ab

Contents?: true

Size: 374 Bytes

Versions: 23

Compression:

Stored size: 374 Bytes

Contents

module WebIDL
  module ParseTree
    class StringifierAttributeOrOperation < Treetop::Runtime::SyntaxNode

      def build(parent)
        unless a_or_op.empty? || a_or_op.text_value == ";"
          elem = a_or_op.build(parent)
          elem.stringifier = true

          elem
        end
      end

    end # StringifierAttributeOrOperation
  end # ParseTree
end # WebIDL

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
webidl-0.0.3 lib/webidl/parse_tree/stringifier_attribute_or_operation.rb
webidl-0.0.2 lib/webidl/parse_tree/stringifier_attribute_or_operation.rb
webidl-0.0.1 lib/webidl/parse_tree/stringifier_attribute_or_operation.rb