Class: SamFront::Parsers::Parse_kv_text

Inherits:
Parser
  • Object
show all
Defined in:
lib/jenga/parsers/parse_kv_text.rb

Instance Method Summary collapse

Constructor Details

#initializeParse_kv_text

Returns a new instance of Parse_kv_text.



8
9
10
11
# File 'lib/jenga/parsers/parse_kv_text.rb', line 8

def initialize
  super
  puts 'parser of key:values loaded!'
end

Instance Method Details

#call(env) ⇒ Object



13
14
15
# File 'lib/jenga/parsers/parse_kv_text.rb', line 13

def call env
  return env
end