update and fix class compilation

This commit is contained in:
Torsten Ruger
2015-09-20 16:30:39 +03:00
parent f2fc9c5f89
commit 77f0a08060
3 changed files with 8 additions and 15 deletions

View File

@ -4,8 +4,8 @@ module Bosl
# call_site - attr_reader :name, :args , :receiver
def on_call expession
name , arguments , receiver = *expession
def on_call expression
name , arguments , receiver = *expression
name = name.to_a.first
if receiver