Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/string.rb

Instance Method Summary collapse

Instance Method Details

#to_apiObject



7
8
9
10
# File 'lib/string.rb', line 7

def to_api
	api = Ipa.new
	api.apion(self)
end