Class: Php
Class Method Summary collapse
Class Method Details
.run ⇒ Object
2 3 4 5 6 7 8 9 10 11 12 13 |
# File 'lib/xiki/php.rb', line 2 def self.run # Get block contents txt, left, right = View.txt_per_prefix #:prefix=>Keys.prefix result = self.run_internal txt # Insert result at end of block orig = Location.new View.cursor = right Line.to_left View.insert result.gsub(/^/, ' ')+"\n" orig.go end |