class Forme::Wrapper

  1. lib/forme/bs3.rb
  2. lib/forme/bs5.rb
  3. lib/forme/transformers/wrapper.rb
  4. show all
Superclass: Object

Default wrapper doesn’t wrap input in any tag

Methods

Public Instance

  1. call

Public Instance methods

call(tag, input)

Return an array containing the tag

[show source]
  # File lib/forme/transformers/wrapper.rb
7 def call(tag, input)
8   Array(tag)
9 end