Method: Mysql::BinLogPositionFile#read
- Defined in:
- lib/flydata/fluent-plugins/mysql/binlog_position_file.rb
#read ⇒ Object
13 14 15 |
# File 'lib/flydata/fluent-plugins/mysql/binlog_position_file.rb', line 13 def read File.open(@path) {|f| f.read } end |