Class: RubyRTL::BitType

Inherits:
Type show all
Defined in:
lib/ruby_rtl/ast.rb

Instance Attribute Summary

Attributes inherited from Ast

#comments

Instance Method Summary collapse

Methods inherited from Ast

#accept

Instance Method Details

#to_sObject



268
269
270
# File 'lib/ruby_rtl/ast.rb', line 268

def to_s
  "bit"
end