[Source]
# File sources/parser/graphics/path.rb, line 213 213: def initialize; super('s') end
# File sources/parser/graphics/path.rb, line 215 215: def update_state(gs) 216: gs.current_path.last.close! 217: self 218: end
[Validate]