class BOAST::Dereference

Public Class Methods

string(arg1, arg2, return_type) click to toggle source
# File lib/BOAST/Language/Operators.rb, line 89
def Dereference.string(arg1, arg2, return_type)
  return " *(#{arg2})"
end