processor/validate.rb in trepanning-0.1.1 vs processor/validate.rb in trepanning-0.1.2
- old
+ new
@@ -279,10 +279,10 @@
# the method value.
def method?(meth)
get_method(meth)
end
- # parse_position(self, arg)->(meth, filename, offset, offset_type)
+ # parse_position(self)->(meth, filename, offset, offset_type)
# See app/cmd_parser.kpeg for the syntax of a position which
# should include things like:
# Parse arg as [filename:]lineno | function | module
# Make sure it works for C:\foo\bar.py:12
def parse_position(info)