class RspecLogFormatter::ERBContext

Public Class Methods

new(hash) click to toggle source
# File lib/rspec_log_formatter/performance_analyzer.rb, line 7
def initialize(hash)
  hash.each_pair do |key, value|
    instance_variable_set('@' + key.to_s, value)
  end
end

Public Instance Methods

get_binding() click to toggle source
# File lib/rspec_log_formatter/performance_analyzer.rb, line 12
def get_binding
  binding
end