class String

Public Instance Methods

to_plist(fmtr = nil) click to toggle source
# File lib/xcodeproject/extend/string.rb, line 28
def to_plist (fmtr = nil)
        to_json
end