class SFRP::Low::Typedef
Public Class Methods
new(str)
click to toggle source
# File lib/sfrp/low/element.rb, line 107 def initialize(str) @str = str end
Public Instance Methods
pretty_code()
click to toggle source
# File lib/sfrp/low/element.rb, line 111 def pretty_code "typedef #{@str};" end