class SamFront::Parsers::Parse_kv_text

Public Class Methods

new() click to toggle source
Calls superclass method SamFront::Parsers::Parser::new
# File lib/jenga/parsers/parse_kv_text.rb, line 8
def initialize
  super
  puts 'parser of key:values loaded!'
end

Public Instance Methods

call(env) click to toggle source
# File lib/jenga/parsers/parse_kv_text.rb, line 13
def call env
  return env
end