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