class String
Public Instance Methods
embedda(options = {})
click to toggle source
# File lib/embedda/core_ext.rb, line 4 def embedda(options = {}) Embedda.new(self, options).embed end
# File lib/embedda/core_ext.rb, line 4 def embedda(options = {}) Embedda.new(self, options).embed end