lib/sexpr/parser.rb in sexpr-0.5.1 vs lib/sexpr/parser.rb in sexpr-0.6.0
- old
+ new
@@ -26,10 +26,10 @@
end
end
end # class methods
- private
+ private
def input_text(input)
case input
when lambda{|x| x.respond_to?(:to_path)}
input_text File.read(input.to_path)
\ No newline at end of file