[Source]
# File sources/parser/graphics/path.rb, line 243 243: def initialize; super('b') end
# File sources/parser/graphics/path.rb, line 245 245: def update_state(gs) 246: gs.current_path.last.close! 247: self 248: end
[Validate]