module Kenma::Refine::Source
Public Instance Methods
source()
click to toggle source
Calls superclass method
# File lib/kenma/refine/source.rb, line 10 def source super.tap { |it| break Rensei.unparse(self) if it.nil? } end