class YleTf::Config::ERB::Context
Public Class Methods
new(vars)
click to toggle source
# File lib/yle_tf/config/erb.rb, line 9 def initialize(vars) vars.each { |key, value| instance_variable_set(:"@#{key}", value) } end
Public Instance Methods
binding()
click to toggle source
Calls superclass method
# File lib/yle_tf/config/erb.rb, line 13 def binding super end