class Reggae::Register
Public Instance Methods
bit(n)
click to toggle source
# File lib/reggae/ast.rb, line 60 def bit(n) @bits.find{|bit| bit.position==n} end
# File lib/reggae/ast.rb, line 60 def bit(n) @bits.find{|bit| bit.position==n} end