lib/inch/language/elixir/provider/reader/object/function_object.rb in inch-0.5.0.rc5 vs lib/inch/language/elixir/provider/reader/object/function_object.rb in inch-0.5.0.rc6
- old
+ new
@@ -9,10 +9,10 @@
def name
@hash['id']
end
def fullname
- @hash['module_id'] + "." + @hash['id']
+ @hash['module_id'] + '.' + @hash['id']
end
def method?
true
end