class Smartdown::Engine::Interpolator::NullElementInterpolator

Attributes

element[R]

Public Class Methods

new(element) click to toggle source
# File lib/smartdown/engine/interpolator.rb, line 28
def initialize(element)
  @element = element
end

Public Instance Methods

call(state) click to toggle source
# File lib/smartdown/engine/interpolator.rb, line 32
def call(state)
  element
end