Returns a new instance of Method.
13 14 15
# File 'lib/lsync/method.rb', line 13 def initialize(options = {}) @logger = options[:logger] || Logger.new(STDOUT) end