class BOAST::Plus
Public Class Methods
string(arg1, arg2, return_type)
click to toggle source
# File lib/BOAST/Language/Operators.rb, line 63 def Plus.string(arg1, arg2, return_type) return " +#{arg2}" end
# File lib/BOAST/Language/Operators.rb, line 63 def Plus.string(arg1, arg2, return_type) return " +#{arg2}" end