module HDLRuby::Prefix

Module for adding prefixes to names.

Public Instance Methods

prefix() click to toggle source

Get the prefix

# File lib/HDLRuby/hruby_tools.rb, line 47
def prefix
    return self.name + "#"
end