Method: Stupidedi::Editor::X222#critique

Defined in:
lib/stupidedi/editor/X222-HC837.rb

#critique(st, acc) ⇒ Object



20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/stupidedi/editor/X222-HC837.rb', line 20

def critique(st, acc)
  acc.tap do
    critique_st(st, acc)

  # st.find(:SE).tap do |se|
  #   st.distance(se).tap do |n|
  #     n.times { st.next.tap{|z| z }}
  #   end
  # end

  end
end